Skip to:
Content

bbPress.org

Opened 9 years ago

Closed 8 years ago

#2937 closed defect (bug) (fixed)

"Reset Forums" tool should delete `_bbp_converter_` converter from `wp_options`

Reported by: netweb's profile netweb Owned by: johnjamesjacoby's profile johnjamesjacoby
Milestone: 2.6 Priority: normal
Severity: normal Version:
Component: Tools Keywords:
Cc:

Description

Repair tool bbp_admin_reset_handler() should delete bbPress options:

  • _bbp_converter_step
  • _bbp_converter_start
  • _bbp_converter_query

These should be deleted so as to make the WordPress database free as possible from any bbPress data.

Potentially after a "forum reset" a fresh install to could attempt to resume an import from a previous attempt.

Note Don't delete _bbp_db_version as this should be deleted during uninstall only

Change History (2)

#1 @johnjamesjacoby
8 years ago

  • Keywords commit added
  • Milestone changed from Under Consideration to 2.6
  • Owner set to johnjamesjacoby

Low hanging fruit for 2.6.

#2 @johnjamesjacoby
8 years ago

  • Keywords commit removed
  • Resolution set to fixed
  • Status changed from new to closed

Turns out I'd already done this as part of the persistent converter improvements last week.

Marking as fixed! 🎉

Note: See TracTickets for help on using tickets.