Migrating Informix® (non-in-place migration)
Depending on your existing database server setup, you might need to move to a new architecture or a different server. This type of migration is more complicated than in-place migration. It requires more planning and it is more time consuming.
The non-in-place type of migration consists of these steps:
- Prepare your system. That includes closing all transactions, verifying the integrity of the data with oncheck, and performing a level-0 backup. If you are using Enterprise Replication or High-Availability Data Replication, stop replication. Save a copy of your current database schema (dbschema -d dbname -ss).
- Install the new product on a new machine.
- Initialize the Informix® Version 15.0.0 instance.
- Modify your database schema for new extent sizes, lock mode changes, new dbspaces, small vs. large tables, etc.
- Create a database with the new schema.
- Move data by using the appropriate utility or tool, or by using distributed queries.
- After Informix® migration, review and upgrade applications before running them. Also, if you use Enterprise Replication or high-availability clusters, you must perform additional tasks.