• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.
  • 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.

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