• Please be aware: Kaspersky Anti-Virus has been deprecated
    With the upgrade to Plesk Obsidian 18.0.64, "Kaspersky Anti-Virus for Servers" will be automatically removed from the servers it is installed on. We recommend that you migrate to Sophos Anti-Virus for Servers.
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Resolved Plesk 12.5.30 Microupdate #45 and #46 not installing

hansitheking

Basic Pleskian
My server is running on Ubuntu 14.04.5 LTS‬ with Plesk 12.5.30 Update #44. Looking into the Changelog of Plesk there is Update #45 and #46 available but they are not installed. I tried to manual trigger the update via Plesk Panel and via CLI with
Code:
plesk installer install-panel-updates

The output ist:
Code:
[...]
File downloading PSA_12.5.30/microupdates/MU43/common/admin/plib/backup/ScheduledBackupObjects.php: completed.
File downloading PSA_12.5.30/microupdates/MU43/common/admin/plib/Domain/App/ScanTask.php: completed.
File downloading PSA_12.5.30/microupdates/MU43/common/admin/plib/Db/Table/Row/Subscription/Domain.php: completed.
File downloading PSA_12.5.30/microupdates/MU43/common/admin/plib/Db/Table/Row/PhpSettings.php: completed.
File downloading PSA_12.5.30/microupdates/MU44/common/admin/plib/Db/Table/Broker/WordpressInstances.php: completed.
 Trying to start service mysql... mysql start/running, process 28433
done
 Trying to establish test connection... connected
done
STOP update_history
Patches were installed successfully.

All other Software on my Server is up to date.

Any Ideas or suggestions what I can do?
 
Try to run

# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components

and then check content of file /root/.autoinstaller/microupdates.xml
 
I did run it. The xml is showing:
Code:
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
<patches>
    <product id="plesk" version="12.5.30" installed-at="20151201T122240">
        <patch version="44" timestamp="" installed-at="20160915T101349" />
    </product>
</patches>
 
Are you sure that your provider does not use a custom mirror of Plesk repository?
 
You can check mentions of Strato servers in autoinstaller log.
 
Ok in
Code:
/var/log/plesk/install/autoinstaller3.log
i found the following lines which might state would you already thought.
Code:
[2016-09-15 11:06:37.284699] Use package source ftp://ftp.stratoserver.net/pub/plesk/PSA_12.5.30/dist-deb-Ubuntu-14.04-x86_64/
...
[2016-09-15 11:06:38.685178] Calculated source line is 'deb ftp://ftp.stratoserver.net/pub/plesk/ubuntu/PSA_12.5.30 trusty all'
...
[2016-09-15 11:06:38.685483] add line 'deb ftp://ftp.stratoserver.net/pub/plesk/ubuntu/PSA_12.5.30 trusty all' to source list
 
Yes, initial issue in not updated mirror. Contact Strato Support Team.
 
Back
Top