Product:
Search Type:

Sitebuilder update was not completed for some reason, how do I finish it?

Article ID: 5472 
Last Review: Jul,23 2008
APPLIES TO:
  • Sitebuilder 4.x for Linux/Unix

SYMPTOMS

Old version is displayed on login page of Plesk Sitebuilder:

Log in to Plesk Sitebuilder <version> for Unix/Linux.


and incorrect version is showed in table config_param of Sitebuilder database sitebuilder3 and in file /usr/local/sitebuilder/.version (or /opt/sitebuilder/.version on Debian).

RESOLUTION

First of all ensure that Sitebuilder is configured correctly for server:

~# sb_config --help | grep sb_host
 --sb_host_ip           Create virtual host on the specified IP [IP_ADDRESS]
 --sb_hostname        Sitebuilder virtual host name [sitebuilder.your-domain.com]
~#


Where IP_ADDRESS belongs to Sitebuilder server and hostname sitebuilder.your-domain.com is resolvable.

If Sitebuilder configuration is correct you may complete update with

~# echo 4.1.0 > /usr/local/sitebuilder/migrate
~# sb_config --migrate_all


where 4.1.0 is old Sitebuilder version.

Additional information

Name of Sitebuilder database may differ, you may get its name with help of sb_config:

~# sb_config --help | grep db_name
 --sb_db_name         Sitebuilder database name [sitebuilder3]
~#
Keywords: finish; update

Please provide feedback on this article

Did this article help you solve your issue?
Yes
No
Partially
I do not know yet
 
Strongly Agree   Strongly Disagree
  9 8 7 6 5 4 3 2 1
The article is easy to understand
The article is accurate
Additional Comments:
*Please provide us with your email address in case we need to contact you.
*Please type the code you can see.
* - required fields