• 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.

Issue Database sys

We deleted ... We don't have any backup ... How to recover it?
Doesn't your question also answer itself? You don't have a backup. How do you expect to recover a database that was deleted when you do not have a backup?
 
Maybe you can look into it to see what tables it contains and maybe find something useful in the tables that hint the purpose of your database named "sys"?
 
Maybe you can look into it to see what tables it contains and maybe find something useful in the tables that hint the purpose of your database named "sys"?
Might be hard assuming he deleted it :)

We deleted by mistake database named "sys". We don't have any backup. How to recover it?
There is no real way to recover it if you have absolutely no backups. Maybe check with your service provider to see if they keep backups. If it was extremely important data, you may be able to ship it to a forensics lab and see what they can scrape off. Otherwise, you're likely out of luck.
 
We deleted by mistake database named "sys". We don't have any backup. How to recover it?
You neither share which operating system, which database server, whether you are using a root server or a cloud server. So you can hardly be helped.
A very small possibility to help you would be this command for the SSH console ...
Use at your own risk

Code:
/usr/bin//mysql_upgrade -fs -uroot -p
 
Back
Top