• 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

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