feat: database repair and optimization tools #145

Closed
opened 2026-06-03 00:46:12 +00:00 by jmiller · 2 comments
Owner

Summary

Database maintenance accessible from admin dashboard.

Features

  • Table status overview (size, rows, engine, overhead)
  • REPAIR TABLE on damaged tables
  • OPTIMIZE TABLE to reclaim space
  • Session table purge
  • Action log cleanup
  • One-click optimize all
  • API endpoint for remote trigger
## Summary Database maintenance accessible from admin dashboard. ## Features - [ ] Table status overview (size, rows, engine, overhead) - [ ] REPAIR TABLE on damaged tables - [ ] OPTIMIZE TABLE to reclaim space - [ ] Session table purge - [ ] Action log cleanup - [ ] One-click optimize all - [ ] API endpoint for remote trigger
jmiller added the joomlaphp labels 2026-06-03 00:46:12 +00:00
Author
Owner

Branch created: feature/145-feat-database-repair-and-optimization-to

git fetch origin
git checkout feature/145-feat-database-repair-and-optimization-to
Branch created: [`feature/145-feat-database-repair-and-optimization-to`](https://git.mokoconsulting.tech/MokoConsulting/MokoWaaS/src/branch/feature/145-feat-database-repair-and-optimization-to) ```bash git fetch origin git checkout feature/145-feat-database-repair-and-optimization-to ```
Author
Owner

Duplicate of #127. Merging.

Duplicate of #127. Merging.
Sign in to join this conversation.
No labels joomla php
Type
Status
Priority
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoWaaS#145