• Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
    Thank you in advance for your patience and understanding on the matter.

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