• Inviting everyone who uses WordPress management tools in Plesk
    The Plesk team is conducting a 60-minute research session that includes an interview and a moderated usability test.
    To participate, please use this link .
    Your experience will help shape product decisions and ensure the tools better support real-world use cases.

Plesk 7.5 database crash... Restore old database?

C

coh_hl

Guest
Hello,

We have a very serious problem.

Everything started with that PHP and MySQL didn't work... There was a dynamic value that Plesk didn't change that caused the crash...

We tried to upgrade plesk yesterday ( 24th of May) to the latest version, but it wasn't sucessfull.

Now the plesk database is currupt and we cannot access Plesk. There is a error message in the Web browser when we try to reach Plesk... Now we have turned off Plesk so I can't give you the error messages, but I know it's the database causing the problem (the Planet told us).

We have psa dumps from 14th of april. Do they content the Plesk database? How do I extract it ? Can you please describe what command will use? Maybe I can extract all files to a temporary folder and then copy the database back.

Thank you very much in advance.
 
I am not expert but you can try to restore psa database with the code below.

mysql -u admin -p `cat /etc/psa/.psa.shadow` psa < /path/to/database.sql

Good Luck.
 
Back
Top