• 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.

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