Restoring Purged Data

If you selected Save data being purged? when you purged Console data using the UI, you can restore purged data with a MySQL data import.

  1. Stop Console services.
    # asctl console:stop
  2. Import saved data into MySQL:
    It may be necessary to provide a full path to the MySQL binary. For example, the full path to the command is /opt/aspera/common/mysql/bin/mysql.
    # cd /opt/aspera/common/mysql/bin
    # mysql -uUSERNAME -pPASSWORD aspera_console < /path/to/purged_data.sql
  3. Start Console services.
    # asctl console:start