• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Migrating Jforum from one server to another server

 
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can anyone help me how to migrate Jforum from one server to another server. I have lot of data in my existing server and want to move the JForum exactly in the present state to a new server.
I don't want the users to know that server has changed.
[originally posted on jforum.net by nsrivastava2]
 
Migrated From Jforum.net
Ranch Hand
Posts: 17424
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Are you moving from the same type of DB (e.g., MySQL to MySQL) and keeping the same version of jForum?

If so, it's fairly straight forward to do this.

1) Set up jForum on the new machine.

2) Compare/merge your new site's jForum-custom.conf file with the old site's file.

3) Copy the images and templates directories to the new server.

Do a test run first of the following process... then repeat on actual move day

1) Export the production DB using your DB utilities (e.g., MySQL backup/dump db tools)

2) Import the old DB info into the new DB

3) Copy the upload directory from the old to the new

4) Test, test, test.

You will also have to do the DNS swaps from old to new. This can take a while to propogate...

[originally posted on jforum.net by monroe]
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic