• Introducing WebPros Cloud - a fully managed infrastructure platform purpose-built to simplify the deployment of WebPros products !  WebPros Cloud enables you to easily deliver WebPros solutions — without the complexity of managing the infrastructure.
    Join the pilot program today!
  • Support for BIND DNS has been removed from Plesk for Windows due to security and maintenance risks.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS.

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