Completing the HCL Commerce Version 9.1 staging database migration

After you successfully migrate your staging database, complete the final staging database migration tasks.

Procedure

  1. Update your SITE table by running the following two commands with appropriate MOD and FIXPACK values.
    • delete from site where COMPNAME not IN ('BASE');
    • UPDATE SITE SET VERSION = 25, RELEASE= 3, MOD = 19, FIXPACK = 0;
  2. Run the updatedb command from your utility docker.

What to do next

Perform all necessary testing of your migrated custom assets with the migrated database.