Posted May 13May 13 Hello,I want to install my forum on a new server. How to transfer data from the old server to the new server?
May 13May 13 If you have SSH access to both, you can use rsync to copy all the files. You will also want to take your current site offline and make a sql backup of your current database, which can be copied the same way. Then you just need to import it and change your config files and update DNS. Edited May 13May 13 by rnorth6920