Create your databases by loading backups

If you do not intend to rebuild your production environment, you may prefer to create your test databases with the for load option of the create database command. This makes your test databases more representative of the current production environment in terms of fragmentation and density.

  1. Create the database using the for load option of the create database command.

  2. Load the backups you made from the production database.

  3. Issue the online database command which automatically upgrades the database if it is not at version 15.0.

For command syntax, see the Reference Manual: Commands.