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 backup

4 Posts
2 Users
1 Reactions
1,371 Views
Vijiki
Posts: 28
Topic starter
(@vijiki)
Trusted Member
Joined: 3 years ago

How can I backup my entire wpforo forum,

I wanna move everything on my forum to another site  including the content, users, customization, themes, everything

More like a duplicate site.

3 Replies
Robert
Posts: 10616
Admin
(@robert)
Support Team
Joined: 9 years ago

@vijiki,

There is no way to do that separately. You should clone the whole WordPress and delete non-wpforo content to get a duplicated forum.

2 Replies
Vijiki
(@vijiki)
Joined: 3 years ago

Trusted Member
Posts: 28

@robert how about downloading the wpforo plugin folder from the old site using cpanel and re-uploadinig on the new site 🤔

Robert
Admin
(@robert)
Joined: 9 years ago

Support Team
Posts: 10616

@vijiki,

The folder contains nothing. It's just the plugin files wich can be re-installed on your next WP.

You should care about the database data and the wpForo files in /wp-content/uploads/wpforo/ directory. The database data are stored in wpforo tables, in wp_options table, in wp_posts, wp_postmeta tables, in wp_users and wp_usermeta tables. In other words, the database data are mixed with WP data, you can not separate them easily.