• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Question Broke Plesk Recover Database

colubian

New Pleskian
Server operating system version
ubuntu
Plesk version and microupdate number
I do not know
Hello, I accidentally broke my Plesk, Plesk Repair no longer works and I can no longer restart Plesk. the only important thing on plesk is my database can I recover them?
 
You can make a database dump via command line with the following command:

Code:
/usr/sbin/plesk db dump <database_name> > /path/to/<dump_name>.sql

Where <database_name> is the name of your database and /path/to/<dump_name>.sql is the path with the dump file name where you want store the database dump.
 
Thanks you
I'm encountering an issue when trying to use the plesk db command. Every time I execute the command, I receive the following error message:
plesk db
ERROR 1049 (42000): Unknown database 'psa'
exit status 1

Could you please assist me in resolving this issue?
 
Back
Top