• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    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. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

backup restore

eilko

Regular Pleskian
Hi, please advice:

I made a backup of the complete sitebuilder 4.2.0 (centos4) with
Code:
sbbackup  all > backup.xml

Now I try to restore one client on a different machine running sitebuilder 4.2.0 (centos5) with
Code:
sbrestore user--name=willem --with-sites --with-site-contents --resursive < backup.xml

the output is:

Code:
Processing "user"...
...willem
......user custom settings
......user hosts
......user site families
......user plans
......user sites
.........Willem Brons
.........Stamboom
Done

but only the user is added, not the sites nor its contents.

Any idea?
 
Actually, Sitebuilder backup and restore utilities are not reserved for migrating content between Sitebuilder servers. You can backup / restore users and sites within one server. The thing is that 'sbrestore' uses current server configuration for restoring content and as configuration on destination server is different content will not be restored.
 
Hmm... what is the correct way to move my sites to a new server? The old one is dying...
 
There is no special tools in Sitebuilder for migration yet. But if you wish to migrate all sites and all clients you can try manual migration in this case. Make sure that the same version of Sitebuilder installed on source and destination servers. After that you need to move Sitebuilder database - 'sitebuilder3' and content with configuration:

<SB_ROOT>/htdocs/sites/ - sites directory
<SB_ROOT>/htdocs/images/logos/ - logos directory (if you have any custom logos)
<SB_ROOT>/config - Sitebuilder configuration file.

If you have the same OS on destination server it is simpler to move whole directory <SB_ROOT> - /usr/local/sitebuilder/ or /opt/sitebuilder/ on Debian and Ubuntu.
Check it up. Hope it helps.
 
Source server: Centos4/Sitebuilder 4.2.0 (upgraded from 3.0.2)
Destination server: Centos5/Sitebuilder 4.2.0

copied <SB_ROOT>/htdocs/sites/ to destination server
renamed sitebuilder3 table on destination server
exported sitebuilder3 on source server
imported sitebuilder3 on destination server

had to login with old password from source server. Everything worked fine. Had to enable a few new modules.
 
Dmitry thanks for your help, it would be nice if we could use the backup/restore for these kind of migrations.
 
Back
Top