Export buddypress data (groups' activities) to Discourse

How can I import data from buddypress to Discourse?

Not all of BuddyPress’ data has a logical equivalent in Discourse. But if you’re using BuddyPress together with bbPress you can migrate your forum using this script:

https://github.com/discourse/discourse/blob/master/script/import_scripts/bbpress.rb

For groups migration, you’d probably have to extend that script. It should be possible to migrate the user groups, but I don’t know where the activity stream would go in Discourse. That’s just not a thing here.

2 Likes

Sorry for bumping this old topic. I was just wondering if there’s an opensource solution to migrate the WP Gutenberg editor’s block style data to discourse. @simon have you come accross such a thing?