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
-
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.