• The APS Catalog has been deprecated and removed from all Plesk Obsidian versions.
    Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
  • Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.

Auto-installer does not work inside Virtuozzo environment

P

peterjoel

Guest
I just upgraded from 7.5.3 to 7.5.4, using the updater button. Now, when I press it, I get the error message:

"Service is not available now.
Internal Plesk error occurred: AutoInstallerManager::getAutoInstaller() failed: AutoInstallerManager::_autoInstallerCall() failed: autoinstaller failed: Auto-installer does not work inside Virtuozzo environment. Refer to your service provider in order to obtain Plesk updates."

Auto-updater worked in 7.5.3 inside Virtuozzo, so I'm wondering what the difference is.

Any ideas?
 
Hello,

Please try to log into psa database:

# mysql -uadmin -p`cat /etc/psa/.psa.shadow` psa

mysql> select * from misc

check if the "disable_updater" parameter is set up to "true", if yes, change it to "false" and this should get the issue resolved.
 
Back
Top