• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

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