• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion

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