• 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 broken after upgrading from 9.5 to 10

C

code

Guest
Just tried to upgrade from 9.5 and all of my domains are now showing the default apache page. A large number of functions are also reporting MySQL errors.

Looks like it is well and truly broken given the following outputs:

# cat /usr/local/psa/version
9.5.2 CentOS 5 95110630.14

# rpm -q psa
psa-9.5.2-cos5.build95100504.10
psa-9.5.4-cos5.build95101209.08

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


Any suggestions for fixing this?

Thanks
 
Back
Top