What happened to my Plesk Updater?
July 24th, 2005I ran into this problem today when updating a client’s server to the latest version of Plesk.
Did you know that upgrading to >7.5.2 disables the ‘Updater’ button in the ‘Server’ section of Plesk?
I didn’t, but after a bit of head-scratching I found the ‘fix’. (NOTE: Not really a ‘fix’ as nothing was really broken - just disabled).
Anyway, enough of the banter, re-enabling the ‘Updater’ button again is as simple as one MySQL command:
mysql -uadmin -p`cat /etc/psa/.psa.shadow` use psa; UPDATE misc SET val='false' WHERE param='disable_updater'; exit
UPDATE: It should be pointed out that it is a bad idea to enable the updater if your plesk installation is running under Virtuozzo. Plesk running in a virtual environment needs to be updated via templates, not the control panel update feature, and as such is disabled for a pretty good reason. For more information, refer to the following link:
http://kb.swsoft.com/article_117_786_en.html
This entry was posted on Sunday, July 24th, 2005 at 5:59 pm and is filed under Linux, Random. You can follow any responses to this entry through the RSS 2.0 feed. You can leave a response, or trackback from your own site.
June 4th, 2006 at 7:32 am
Thanks for this post it really helped me a lot.
After searching a lot of stuff including forums, boards, websites and many more things on the net I finally got your post.
You’ve done a great job man.
Keep posting.
January 12th, 2007 at 12:57 am
Thanks alot,
i had the same Problem with psa 8.1.0 on debian sarge.
now again everything is working smoothly
Regards,
Kunsang