• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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