Transferring one vbulletin forum to another

Discussion in 'vBulletin' started by mmafan, Aug 13, 2009.

  1. #1
    Hi. I currently have a Vbulletin forum that over the years has gotten pretty messed up, so I made another vBulletin forum. I installed impex. Is Impex the best way to transfer my threads/posts/users from my old vbulletin forum to my new one? or is there a faster/better way?

    also, how long does impex take to transfer everything?

    thanks in advance!
     
    mmafan, Aug 13, 2009 IP
  2. Bohra

    Bohra Prominent Member

    Messages:
    12,573
    Likes Received:
    537
    Best Answers:
    0
    Trophy Points:
    310
    #2
    impex i think is to transfer from some other forum software to vbulletin but if u want to transfer vbulletin to vbulletin u have to upgrade it
     
    Bohra, Aug 14, 2009 IP
  3. Aion

    Aion Well-Known Member

    Messages:
    389
    Likes Received:
    8
    Best Answers:
    0
    Trophy Points:
    110
    #3
    You could just export the database and import it into the new forum.

    However for that to work you couldn't have any mods installed and must be using the same version of Vbulletin on each forum.
     
    Aion, Aug 14, 2009 IP
  4. Jerlene.net

    Jerlene.net Prominent Member

    Messages:
    11,975
    Likes Received:
    463
    Best Answers:
    1
    Trophy Points:
    385
    #4
    Impex is used to merge databases with existing databses as well. It doesn't take long and everything is very simple.
     
    Jerlene.net, Aug 15, 2009 IP
  5. Mega Desires

    Mega Desires Peon

    Messages:
    33
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #5
    I can do it in 4-5 minute , just download your "/forum" folder , Upload to new server, And Change the config.php with new server SQL DB's , and Install the Backup of forum on it !!
    You will get the forum working , without any downtime
     
    Mega Desires, Nov 2, 2009 IP
  6. ForumSeeder

    ForumSeeder Peon

    Messages:
    46
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    That would work, assuming he wants to keep the old server running just to keep the database.

    Its not hard just to take a database dump, but make sure you keep all of the binary data, this sort of data can often be lost when taking db dumps

    mysqldump, available from sun/mysql is fairly easy to use:

    shell> mysqldump [options] db_name [tbl_name ...]
    shell> mysqldump [options] --databases db_name ...
    shell> mysqldump [options] --all-databases
     
    ForumSeeder, Jan 16, 2010 IP