• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

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