• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

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