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

Please help! Plesk installation uninstalled after removing php5

I have a file named "mysql.daily.dump.0.gz" that was last night 4am before this entire problem.. is this the correct plesk database that holds all customers domains, plans, plesk settings?

Sure, it contain mysqldump of local databases. And I advice to create a backup of current databases before restore
 
Is there any way that you can help with this. I will pay you.. I am running on no sleep, an empty stomach, and its 7:23am.. any minute I will be receiving emails and complaints from customers.. do you have skype?
 
Also, where would the other databases be located? Once I restore Plesk, its just the beginning. Now I have to make sure all website databases are up and running..
 
Also, where would the other databases be located? Once I restore Plesk, its just the beginning. Now I have to make sure all website databases are up and running..

You mean database dumps? Plesk only dump own databases + mysql in /var/lib/psa/dumps/. But even mysql server deinstall doesn't remove users databases
 
I mean all website databases. If i restore the psa database, are all website databases going to maintain in one place in var/lib/mysql and operating once restored?
 
Restoring databases by

zcat /var/lib/psa/dumps/mysql.daily.dump.0.gz | mysql -uadmin -p`cat /etc/psa/.psa.shadow`

should not affect databases from hosting. But you may wish create a dump of current state

/var/lib/mysql is location for mysql bases in binary form, copy to/from another source may cause their corruption
 
Back
Top