CoreBOSBB
Application Backup and relocate - Printable Version

+- CoreBOSBB (https://discussions.corebos.org)
+-- Forum: Support (https://discussions.corebos.org/forumdisplay.php?fid=17)
+--- Forum: Administrator Support (https://discussions.corebos.org/forumdisplay.php?fid=8)
+--- Thread: Application Backup and relocate (/showthread.php?tid=111)



Application Backup and relocate - anilp78 - 04-15-2015

Hi !

I want to take a complete application mirror (application settings + database) and install it on a different server. How do I do it? I want to keep all the settings (email, sms, data till date) to be functioning as it was in the earlier server. Can you tell me the steps to do it?

thanks

Anil


Re: Application Backup and relocate - joebordes - 04-15-2015

very high level steps:

[list=]
[*] copy ALL files to the new server (be careful with permissions)
[*] dump the database
[*] recover the dump on the new server
[*] modify config.inc.php and change: $site_URL, $root_directory and the database access variables
[*] if you have licensed modules (PDFMaker), they will not work, you have to buy a new license or deactivate the one on the origin install and reactivate in the new install
[/list]