Was this helpful?
Recreate the Database
Before creating each database, refer to the infodb output saved in the step Record Database Information of this upgrade procedure. Look at the location names for ROOT, JOURNAL, CHECKPOINT, and DUMP. If these are not ii_database, ii_journal, ii_checkpoint, or ii_dump, you must specify the location to createdb with the –d, -j, -c, or –b flags, respectively.
Also, refer to the database access information recorded in that step. If the database access was “private,” you must use the –p flag for createdb.
If all the database locations are the default, and the database is public, you can omit the flags on the createdb command line.
Recreate each user database, omitting the front-end catalogs. (The front-end catalogs will be created as part of the reload.) Use the following command:
createdb dbname flags -f nofeclients
Note:  For an Ingres Star database, run createdb/star for the DDB. Do not run createdb for the CDB.
Last modified date: 01/30/2023