What happened to my Plesk Updater?

July 24th, 2005

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

2 Responses to 'What happened to my Plesk Updater?'

  1. Gravatar 1 Nakul Mahajan Says:

    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.

  2. Gravatar 2 Kunsang Says:

    Thanks alot,
    i had the same Problem with psa 8.1.0 on debian sarge.
    now again everything is working smoothly :D

    Regards,
    Kunsang

Leave a Reply

XHTML: Permitted tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>