Admin-Ahead Community

Linux => Control Panels => Plesk => Topic started by: Chetan Singh on October 27, 2013, 01:22:56 am

Title: Enable the Updater option in Plesk.
Post by: Chetan Singh 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,