Notifications
Clear all

Limited Support

Our team is currently on holiday, so support will be limited during this period. Response times may be slower than usual, and some inquiries may be delayed.
We appreciate your patience and understanding, and we’ll resume our usual support by the end of August.

 

[Closed] wpForo and WPEngine hosting

4 Posts
2 Users
0 Reactions
643 Views
Jeff V23
Posts: 9
Topic starter
(@jeff-v23)
Active Member
Joined: 3 years ago

Question for the community here for anyone that's using WPEngine hosting with their forum. 

When doing a copy environment function (say from Development or Staging to Production), what tables are you excluding so that you don't accidentally overwrite your forum posts or members?

I'm very familiar with WPEngine hosting, but not familiar at all with wpForo. This is my first site build that includes one.

Any help or even a point in the right direction would be super appreciated. 

Thanks!

3 Replies
Chris
Posts: 3611
(@chris)
Famed Member
Joined: 4 years ago

Hi @jeff-v23,

wpForo doesn't have its user, but uses WordPress Users, and because of that the users data is in WordPress wp_users and wp_usermeta tables. Also, wpForo options are in wp_options table, and all other wpForo data is in the tables with wpforo prefix.

2 Replies
Jeff V23
(@jeff-v23)
Joined: 3 years ago

Active Member
Posts: 9

@chris Thank you! So if I understand correctly, as long as I exclude the following data I should not have any concern about overwriting forum members or posts when I copy environments:

wp_users
wp_options table
All wpforo data

Is that correct?

Chris
(@chris)
Joined: 4 years ago

Famed Member
Posts: 3611

@jeff-v23,

Yes thats true