Review the database schema prior to reversion
You must review your database schema to determine if reversion is possible. You can revert from Version 15.0.0 to the database server from which you migrated, if you have not added any extensions to the Version 15.0.0 database server and you are not reverting from a newly created instance.
To review the database schema to determine if reversion is possible:
- Run the dbschema utility command.
For example, run the following command to display information about the database db1:
dbschema -d db1 -ss - Determine if the schema file contains SQL statements that the earlier database server does not support.
- Determine if any new SPL routines have been created in Informix® Version 15.0.0 or if any routines were imported using dbimport.
- Determine if tables or indexes using expression fragmentation had expressions changed or new fragments added.
- Identify any new triggers, procedures, or check constraints.
See ids_mig_084.html#ids_mig_084 for limitations on reversion to previous databases and prerequisite steps you must take before you revert.