• Debian 11 has reached its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.81 is the last release to support it.
    If you are running Plesk Obsidian on Debian 11, we recommend you upgrade those servers to Debian 12 using our dist-upgrade tool.
  • We plan to deprecate and remove the support for XML RPC protocol versions earlier than 1.6.9.1 in Plesk Obsidian 18.0.82. We strongly recommend that you update all existing integrations using earlier versions of the XML RPC protocol to comply with the version 1.6.9.1 specification.

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