Migration procedure
The files that you need for the database are provided in the artifacts container for your FTM offering. Download the artifacts from the container. You can use the /home/ftmuser/ftm/artifacts/listing.txt contents file in the artifacts container to find the path or the compressed file name for a file that you are looking for.
Db2
- Create a backup of the database to be migrated so that it can be rolled back if a problem occurs during or after the migration process.
- Start a command window that has Db2® administrative privileges.
- Go to the /admin/scripts/db2/migration/3.2.3.0_from_3.2.2.2 directory. The files in this directory contain all the database changes since FTM 3.2.2, Fix Pack 2.
- Run one of the following scripts:
Migrate-Win.cmd [Database Name] [Database Schema] [Database User] [Password]- Main Windows operating system script to update the database.Migrate-Unix.sh [Database Name] [Database Schema] [Database User] [Password]- Main UNIX script to update the database.