recreating psa tables

R

rihad

Guest
Where can I find 8.0.1 mysql database "psa" table definitions to re-create them ? This i URGENT!! Please help.
 
Assuming your on RHEL4 i386
Code:
wget https://autoinstall.plesk.com/PSA_8.0.1/dist-rpm-RedHat-el4-i386/base/psa-8.0.1-rhel4.build80060613.20.i586.rpm

rpm -Uvh --force psa-8.0.1-rhel4.build80060613.20.i586.rpm

This will force a "reinstall" of PSA but will not remove any data you previously had.
 
Back
Top