Previous Topic

Next Topic

Book Contents

Changing Updater Settings

By default updates are downloaded from the official Plesk Update server http://autoinstall.plesk.com. If you prefer updating from a local network storage, you should change the default settings. To do this:

  1. Click the Server shortcut in the navigation pane.
  2. Click the Auto-installer icon Updater icon in the Services group.
  3. Click Preferences.
  4. Select the Local network storage option and specify the URL to the directory where updates reside.
  5. Click OK to apply settings.

Note: You can disable Updater feature and remove the Auto-installer icon Updater icon from the Server Administration screen. To do this, use the following MySQL command:

echo 'REPLACE misc SET param="disable_updater", val="true"' | mysql psa -uadmin -p`cat /etc/psa/.psa.shadow`

To show the Auto-installer icon Updater icon in the control panel, use the following MySQL command:

echo 'REPLACE misc SET param="disable_updater", val="false"' | mysql psa -uadmin -p`cat /etc/psa/.psa.shadow`