Restoring Purged Data

To restore purged data, you can run a MySQL data import (as shown below). 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.
# asctl console:stop
# cd /opt/aspera/common/mysql/bin
# ./mysql -uUSERNAME -pPASSWORD aspera_console < /path/to/purged_data.sql
# asctl console:start