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

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