• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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