• Plesk Uservoice will be deprecated by October. Moving forward, all product feature requests and improvement suggestions will be managed through our new platform Plesk Productboard.
    To continue sharing your ideas and feedback, please visit features.plesk.com

Plesk Upgrade error. Previous product version is xx, but previous database version is

metalalisa

Basic Pleskian
After Upgrade Plesk from 9.x to 10.0, and then to 10.0.1 in Plesk web-interface I still see
Panel version 10.0.0

So, when I try to upgrade Plesk to next version (10.1.0), I become error:
Trying to find psa database... version is 01090
DATABASE ERROR!!!
Previous product version is 10.0.1, but previous database
version is 01090. In most of cases it is result of
previous upgrade try failure.

P.S. I've tried also autoinstaller from http://www.parallels.com/download/plesk10.1

OS: CentOS 5

# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa -e "select * from misc where param='version'"
+---------+-------+
| param | val |
+---------+-------+
| version | 01090 |
+---------+-------+


# rpm -q psa
psa-10.0.1-cos5.build109101029.17

# cat /usr/local/psa/version
10.0.0 CentOS 5 108101004.13

I've tried to replace this file with
10.0.1 CentOS 5 109101029.17
but vainly

Command
# /usr/local/psa/bootstrapper/pp10.10.0-bootstrapper/bootstrapper.sh repair
returned the same error as autoinstaller

What can I try to fix the problem?

Thanks.
 
Last edited:
Currently the upgrade process will not finish because of database version discrepancy. To fix this it is necessary to restore a backup of the database from the date before the upgrade. You can find database dumps in /var/lib/psa/dumps
 
Back
Top