• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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