Notifications
Clear all

wpForo 1.x.x [Closed] How to migrate Forum from one website to another?

4 Posts
2 Users
0 Likes
1,866 Views
Posts: 2
Topic starter
(@abdallahtaleb)
New Member
Joined: 2 years ago

Hello dears,
We are migrating our website to a different hosting, thus migrating everything. How to migrate the WPForo forum to another website? Is there a plugin or a tool for migration? What is the best solution?

3 Replies
Robert
Posts: 10499
Admin
(@robert)
Support Team
Joined: 8 years ago

Hi @abdallahtaleb,

This is not an easy task. All IDs are changed on the target website and database, they should be reconnected to each other during the migration (UserID <> ForumID <> TopicID <> PostID). So this is a large project. You should contact the migration services and let them do this work for you. There is no way to simply export and import databases.

Posts: 2
Topic starter
(@abdallahtaleb)
New Member
Joined: 2 years ago

If we move the database to the new site, keeping the userIDs all the same, will this be possible? Why would the ForumID, topicID and postID change if we move the same database? 

1 Reply
Robert
Admin
(@robert)
Joined: 8 years ago

Support Team
Posts: 10499

@abdallahtaleb,

Yes, the following tables should be moved without any changes:

  • wp_users
  • wp_usermeta
  • All tables with wp_wpforo_ prefix.

Once all are moved, you should go to Dashboard > Forums > Settings > General Tab and click [Update Options] button to update the base URL

Then click the [Delete all caches] button in Dashboard >Forums > Dashboard admin page.