• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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