• 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

Bug with updater

Y

yoanns

Guest
I'm using the new parallels plesk 10.0.1


I received this email :

"Attention,

The update of Parallels Panel has failed.

You can download Parallels Installer logs at the following link: xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Contact your Hosting Provider for support assistance.

This message was sent automatically by Parallels Installer."

When i click on the link, it told me :

Unable to execute autoinstaller: /usr/local/psa/admin/bin/autoinstaller: unrecognized option `--disable-major-updates'
ERROR: You specified an unknown option.

What i have to do ?

Thanks
 
Can't reproduce it. Are you sure that you have latest version of autoinstaller installed?
On my test server:

# cat /usr/local/psa/version
10.0.1 CentOS 5 109101029.18

# /usr/local/psa/admin/bin/autoinstaller --help | grep disable-major-updates
--disable-major-updates

# rpm -qf /usr/local/psa/admin/bin/autoinstaller
psa-autoinstaller-3.7.1-101015.08

As you can see there is "--disable-major-updates" option for autoinstaller.
 
On my panel : psa v10.0.1_build109101029.17 os_CentOS 5

# cat /usr/local/psa/version
10.0.1 CentOS 5 109101029.17

#rpm -qf /usr/local/psa/admin/bin/autoinstaller
psa-autoinstaller-3.5.0-090817.16

seems i have an old psa installer version. Would that be the problem ? How can i update ? Thanks

About the email i received, that wasn't the first time, seems there is some sort of autoupdate and i get an error from this each time
 
Last edited by a moderator:
i found and used this command :

/usr/local/psa/admin/sbin/autoinstaller --select-release-current --upgrade-installed-components

works like a charm ;)
 
Back
Top