Completing the HCL Commerce Version 9.1 offline database migration
After you successfully migrate your database, complete the final database migration tasks.
Procedure
-
Update your SITE table by running the following two commands with appropriate
MODandFIXPACKvalues.-
delete from site where COMPNAME not IN ('BASE'); -
UPDATE SITE SET VERSION = 25, RELEASE= 3, MOD = 19, FIXPACK = 0;
-
- 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.