• 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

Resolved Plesk update to #2 hangs at my system

Oliver Marugg

Basic Pleskian
Hi

I did an upgrade via system configuration and it installed a lot of php packages (7.0.12), but no plesk base/panel/etc. updates. Later I went to "Updates and Upgrades" and there was a remark for updates for components. I read about the update#2 of Onyx.

Installation failed with following error log (I shortened the rows of packages for readability). There is a with two childs autoinstaller processes running and doing nothing.

Code:
[2016-10-17 17:37:40.773127] Installation started in background
[2016-10-17 17:37:40.773281]
Getting bootstrapper packages to installation list:
[2016-10-17 17:37:40.773364] skip package 'pp17.0.17-bootstrapper-17.0.17-ubuntu16.04.build1700161005.19.amd64' from component panel - same or newer version of this package is already installed (in system pp17.0.17-bootstrapper-17.0.17-ubuntu16.04.build1700161005.19.amd64)
[2016-10-17 17:37:40.773417] skip package 'sw-engine-cli-2.18-2.18.9-ubuntu1604.201609121820.amd64' from component panel - same or newer version of this package is already installed (in system sw-engine-cli-2.18-2.18.9-ubuntu1604.201609121820.amd64)
...
[2016-10-17 17:37:40.775624] Following packages will be installed: (empty)
[2016-10-17 17:37:40.775681] ----------------
[2016-10-17 17:37:40.775826] Patch for plesk 17.0.17 will be installed.
[2016-10-17 17:37:40.775853] Patches werden installiert...
[2016-10-17 17:37:40.795507] Unexpected exception caught

Any ideas what I could do?
 
Hi all

Worked via shell:

Code:
/usr/local/psa/admin/bin/autoinstaller --select-product-id plesk --select-release-current \
>                            --upgrade-installed-components
....
Patches were installed successfully.
The changes were applied successfully
 
Back
Top