Preparing to migrate your IBM Websphere Commerce Version 8 development database
Prepare to migrate your development database by backing up your IBM Websphere Commerce Version 8 development database, then restore the database backup to your HCL Commerce Version 9 development environment. Next, point the HCL Commerce Version 9 development environment to the restored database backup.
Before you begin
- Ensure that the data in your KEYS table is valid in your IBM Websphere Commerce Version 8 development database. In particular, ensure that any rows you added for custom tables have valid data.
- Db2 restore overview
About this task
Note: If you are upgrading from HCL Commerce
V8 to V9.1, the minimum supported DB2 version is v11.5, while the latest supported version is
v12.1.4. This simplifies the transition to newer DB2 database versions.
The following
steps are to be completed on your HCL Commerce Version 9 development environment.Procedure
- Back up your WebSphere Commerce development database:
- Restore the backup of your IBM Websphere Commerce Version 8 development database to your HCL Commerce Version 9 development environment.
- Point your HCL Commerce Version 9 development environment to the restored IBM Websphere Commerce Version 8 development database.
Update the restored Db2 database configure with the following
configuration.DB2 parameter Value locklist2400 indexrecRESTART logfilsiz1000 logprimary12 logsecond10 pckcachesz4096 catalogcache_sz4096 locktimeout45 - To see database
configurations:
For example:db2 get db cfg for database_namedb2 get db cfg for mall - To update database
configurations:
For example:db2 update db cfg for database_name using parameter_name parameter_valuedb2 update db cfg for mall using locklist automatic logprimary 150 logsecond 100 pckcachesz automatic
- To see database
configurations:
