• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

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