Support Forum

Backup and Move

FK Flash Kobo
Flash Kobo
Member

Hello guys, is there a way to backup simplepress on one domain and move its contents to another domain?

I have simplepress on a wp site, but now I want the forum with its content on another site. I dont want to move the whole site to this new site, just the forum.

Anyway I can do this.

5 Answers

New Answer

MP Mr Papa
Mr Papa
Member

well, that is not really possible. Remember the forum is just a plugin for WordPress. As such, we require much of the data from the WordPress site such as users, usermeta, page the forum is on, etc… moving just the forum is not really practical…

SS Shari Smith
Shari Smith
Member

You could copy the entire site including the forum, and then delete the “site” stuff. You of course would have to leave all the users as is, but it should work. It’s fairly easy to delete pages and posts, so unless you have hundreds or thousands of pages and post, I’d think you could do it.

I move sites all the time from one domain to another, although I’ve never then deleted the pages/posts I can’t think of a reason it wouldn’t work.

You’d have to do a serialized find and replace on the url. I use searchandreplacedb2.php to do this.

Link: http://interconnectit.com/products/search-and-replace-for-wordpress-databases/

MP Mr Papa
Mr Papa
Member

a little more eloquent ;) but that was my point… ;)   copy the entire site and then clean up…  what wasnt clear if the new site existed or could be started with the old one…

thanks Shari!

FK Flash Kobo
Flash Kobo
Member

Thanks Shari Smith and Papa.  That was what I did. And yes, the new site already existed. I had to start deleting the pages and posts I dont want, about 200 pages and posts, quite a task anyway, but that was the only option. Worked fine.

 

Thanks again

YS Yellow Swordfish
Yellow Swordfish
Member

Good to know. Thanks for the thread update.