Completing the HCL Commerce Version 9.1 offline database migration

After you successfully migrate your database, complete the final 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.