Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!

Author Topic: Enable the Updater option in Plesk.  (Read 2408 times)

0 Members and 1 Guest are viewing this topic.

Chetan Singh

  • Full Member
  • ***
  • Posts: 123
  • Karma: +2/-0
  • Bienvenido a las Tecnologías de la Admin-Ahead.
    • Admin-Ahead Server Technologies.
Enable the Updater option in Plesk.
« on: October 27, 2013, 01:22:56 am »
Hello,

Sometime we are unable to find "Updater" button in the Plesk control panel. Do not worry, it can be enabled from the database. Please follow these steps to enable this,

Login to your server with root and login to MySQL. Once at a MySQL prompt issue the following commands:

=====================>>>
mysql> use psa;
Reading table information for completion of table and column names
You can turn off this feature to get a quicker startup with -A

Database changed
mysql> UPDATE misc SET val = 'false' WHERE param = 'disable_updater' LIMIT 1;
Query OK, 1 row affected (0.02 sec)
Rows matched: 1  Changed: 1  Warnings: 0

mysql> exit;
=====================>>>

This will enable the updater button in Plesk at Server -> Updater.

Thank you,
Get your server issues fixed by our experts for a price starting at just 25 USD/Hour. Click here to register and open a ticket with us now!