Back Up Console with asctl

There are two different ways to back up the Console database:
  1. Through the asctl command, which backs up only the MySQL database. Use this method before a Console upgrade procedure, or to guard against possible database corruption.
  2. Through the Console web UI, which backs up the MySQL database in addition to all the files required to fully restore the Console application. Use this method for disaster recovery purposes, in order to restore Console when the entire server is lost.
Back up Console's database using the following asctl command in a Terminal:
$ asctl -v console:backup_database
This command uses mysqldump to create Console's MySQL database backup. The backup file, aspera_console.sql, is saved in the following directory:/opt/aspera/console/backup/<year-month-day_time> For instructions on restoring your Console database, see Restoring the Console Database.