ispCP - Board - Support
[HOWTO] Backup and Restore complete Domain - Printable Version

+- ispCP - Board - Support (http://www.isp-control.net/forum)
+-- Forum: ispCP Omega Contributions Area (/forum-40.html)
+--- Forum: Howtos (/forum-41.html)
+--- Thread: [HOWTO] Backup and Restore complete Domain (/thread-9699.html)

Pages: 1 2 3 4 5 6 7 8


RE: [HOWTO] Backup and Restore complete Domain - tomdooley - 04-23-2010 03:13 AM

Yes, I know. There are some problems setting the correct owner for all created/restored files. I'll have a look at the weekend to let the daemon do this job the correct way.


RE: [HOWTO] Backup and Restore complete Domain - KillerPenguin - 04-24-2010 07:13 PM

Great work!

A few minutes ago I moved a domain from one server to another. It really works fine.
So I have to make a suggestion: What about copying the files

/var/cache/awstats/*domain*
/var/mail/virtual/DOMAIN

into the archive?
In this case the statistics and the content of the mailboxes are migrated at the same time and they wouldn't be forgotten.

Thanks!
Andi


RE: [HOWTO] Backup and Restore complete Domain - petzsch - 05-03-2010 03:47 AM

I'm currently consolidating servers and would like to know if this tool works with 1.0.5? Also: Do I need to upgrade my VHCS Servers to ISPcp bevore I can export users from there or is that supported as well?


RE: [HOWTO] Backup and Restore complete Domain - tomdooley - 05-03-2010 03:52 AM

Currently there are some problems restoring on 1.0.5 which can be solved manual (chown/chmod on php-fcgi-starters). Didn't get the time yet to solve this issue.

The database structure must be at least ispCP 1.0.0.


RE: [HOWTO] Backup and Restore complete Domain - iRaS - 05-03-2010 09:12 PM

It works great, even for backups from 1.0.0 and restore to 1.0.5. Many thanks, for this solution.

A special host specification (for example @all) would be fine that backups all hosts or restore all hosts.

Best regards
Thomas


RE: [HOWTO] Backup and Restore complete Domain - dashan - 05-14-2010 07:54 PM

svn export http://www.isp-control.net/ispcp_svn/branches/backup-restore


svn: PROPFIND request failed on '/ispcp_svn/branches/backup-restore'
svn: PROPFIND of '/ispcp_svn/branches/backup-restore': 301 Moved Permanently (http://www.isp-control.net)



RE: [HOWTO] Backup and Restore complete Domain - TheCry - 05-15-2010 12:10 AM

(05-14-2010 07:54 PM)dashan Wrote:  svn export http://www.isp-control.net/ispcp_svn/branches/backup-restore


svn: PROPFIND request failed on '/ispcp_svn/branches/backup-restore'
svn: PROPFIND of '/ispcp_svn/branches/backup-restore': 301 Moved Permanently (http://www.isp-control.net)
Use
Code:
svn export http://www.isp-control.net:800/ispcp_svn/branches/backup-restore



RE: [HOWTO] Backup and Restore complete Domain - dashan - 05-18-2010 04:59 PM

tks!

best regards!
In v1.0.5, I have a backup, I moved a domain and a database, but in the restore process, the normal recovery domain, but the database can not be restored.

tks!


RE: [HOWTO] Backup and Restore complete Domain - tomdooley - 05-19-2010 11:11 PM

(05-18-2010 04:59 PM)dashan Wrote:  In v1.0.5, I have a backup, I moved a domain and a database, but in the restore process, the normal recovery domain, but the database can not be restored.

Can you tell me about the names? Any special characters in the database names or database user names? Does

Code:
php restore.php -v DOMAIN PASSWORD

give you any error informations?


RE: [HOWTO] Backup and Restore complete Domain - petzsch - 05-24-2010 10:12 AM

I think i've discovered a bug: users created by the restore script can't change their language. If i change it to german for instance and click save, the next page is in german, but after klicking on another page it will turn back to englisch. I think the problem is related to missing user_gui_props entries in the ispCP table for those users. The Update Querry from the client gui will fail on non-existent entries.