feat: MokoRestore — post-restore reset options (passwords, hits, versions, sessions) #131

Closed
opened 2026-06-23 17:07:17 +00:00 by jmiller · 0 comments
Owner

Summary

Add a "Post-Restore Actions" step to the MokoRestore wizard with optional cleanup/reset actions:

  • Reset all user passwords — set to known value or trigger mass password reset emails
  • Reset article hit counters — zero out #__content.hits
  • Clear content versions — truncate #__history (reduces DB size)
  • Clear sessions — truncate #__session
  • Reset cache — clear #__cache and filesystem cache
  • Detect sanitized passwords — if backup has the sentinel hash, auto-enable password reset option

Each option is a checkbox in the wizard, all optional.

## Summary Add a "Post-Restore Actions" step to the MokoRestore wizard with optional cleanup/reset actions: - **Reset all user passwords** — set to known value or trigger mass password reset emails - **Reset article hit counters** — zero out `#__content.hits` - **Clear content versions** — truncate `#__history` (reduces DB size) - **Clear sessions** — truncate `#__session` - **Reset cache** — clear `#__cache` and filesystem cache - **Detect sanitized passwords** — if backup has the sentinel hash, auto-enable password reset option Each option is a checkbox in the wizard, all optional.
jmiller added the component: engine label 2026-06-23 17:07:17 +00:00
Sign in to join this conversation.
Priority Medium
Type Feature
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoSuiteBackup#131