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 -u USERNAME -p PASSWORD aspera_console < dir/purged_data.sql

(where DIR is the directory in which the purged data is stored.)
                
# asctl console:start