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

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