• Debian 11 is approaching its end-of-life (vendor EOL date - August 31, 2026). Plesk Obsidian 18.0.80 will be 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.

Upgrade doesn't work?

H

HostNine

Guest
We're trying to upgrade 3.0.1 to 3.0.2 and nothing happens. We ran:

To upgrade SiteBuilder in rpm-based systems

1. Download the SiteBuilder distribution pack for your operating system from SWsoft web site.
2. Unpack the archive to a directory on your server.
3. Launch the package manager with the rpm -Uvh *.rpm installation key.

But then it still says 3.0.1 when logging in. Is there another step that needs to be completed?
 
Make sure that packages for 3.0.2 version have been really installed. After that create Sitebuilder database backup, just in case and run following commands:

# echo -n "3.0.1" > /usr/local/sitebuilder/migrate

# /usr/local/sitebuilder/bin/php /usr/local/sitebuilder/utils/migration.php

For Debian path should be /opt/ instead if /usr/local/.
 
Back
Top