Backup/Recovery

Backup

Recovery

How to recreate a database out of a data- and log backup using the dbmcli

  1. Create a database using the db_create command

  2. Define a medium for your databackup with medium_put

  3. Restore your configuration by the command recover_config <your_medium>

  4. Check the parameters (i.e. rundirectory, log- and datavolumes)

  5. Initialize the database and restore the data using db_activate RECOVER <your_medium>

  6. If you happily also have some logbackups, then you should recover them now using the

  1. If you recovered logbackups the restart the database by recover_ignore. Otherwise

How to recreate a database out of a data- and log backup using dbmgui (Windows only)

Migration

Lost parts of filesystem

last edited 2005-10-26 11:29:38 by AnMaster