Restoring the Console Database
-
Stop Console.
$
asctl console:stop -
Restore the Console database.
- If you made a back up of the Console database with the asctl command,
you can restore it with the following command:
For example:$
asctl -v console:restore_database /path/to/dir$
asctl -v console:restore_database /opt/aspera/console/backup/2013-1-16_164305 - If you made a back up of the Console database with the web UI, you can
restore it with the following
command:
For example:$
asctl -v console:restore /absolute/path/to/dir$
asctl -v console:restore /tmp/console_full_backup_2013-1-16_00.57.28_UTCImportant: The restore command does not support relative paths to the backup directory. The path must be an absolute path in order for the restore command to work.
- If you made a back up of the Console database with the asctl command,
you can restore it with the following command:
-
Start Console.
$
asctl console:start