1 (edited by Calo 2007-08-03 16:14)

Topic: Transferring to a new server?

Hi all,

I have a punbb forum and i am changing servers, so i was wondering how can i transfer the forum to the new server.
thank you.

Re: Transferring to a new server?

take your ftp client and download all the files from server 1.

make a back up of your database.  i would do this with phpmyadmin.  your situation may be different.

take your ftp client and upload all the files to server 2.

edit your config.php to reflect new password and other variables if needed.

load the sql file from db1 to db2.

go to index.php and smile.

i may have skipped a thing or two.  this is off the top of my head, but it's really easy to do.

Re: Transferring to a new server?

In addition to that, change your base URL in the database and delete the cache files.