HomeAboutResourcesCalendarContact
Get Resources

How to migrate from bbPress without losing data

SO Sofia Romano 1 month ago Resolved

Reference guide. The bbPress importer preserves original dates, maps forums to spaces and forum categories to Jetonomy categories, and supports a dry run.

  1. Back up your database.
  2. Run wp jetonomy import bbpress --dry-run to preview.
  3. Run the import; it batches large datasets to avoid timeouts.
2

Solid breakdown. The only thing I would add is to back up before making the change — better safe than sorry.

Strong agree. Good defaults beat a wall of toggles every single time.

One caveat for larger communities: keep an eye on the indexes. At a few thousand rows the difference is night and day.

Thanks for writing this up. Bookmarking it — the kind of thing I will want to reference again in a month.