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:
Note: You can disable Updater feature and remove the 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 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`