Legacy Backup Configuration

cPanelMichael

Administrator
Staff member
Apr 11, 2011
47,880
2,267
463
Hello :)

You can manually extract the account archive (there will be a MySQL directory) and then restore the individual database through phpMyAdmin or the command line. EX:

Code:
mysql database_name < /path/to/database.sql
Thank you.