Files
MokoSuiteBackup/CHANGELOG.md
T
Jonathan Miller 01bed8942c
Universal: PR Check / Branch Policy (pull_request) Failing after 1s
Generic: Repo Health / Access control (pull_request) Successful in 2s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Joomla: Extension CI / Release Readiness Check (pull_request) Failing after 5s
Universal: PR Check / Validate PR (pull_request) Failing after 5s
Universal: PR Check / Secret Scan (pull_request) Successful in 6s
Joomla: Metadata Validation / Validate Joomla Metadata (pull_request) Successful in 9s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Joomla: Extension CI / Lint & Validate (pull_request) Failing after 32s
Branch Cleanup / Delete merged branch (pull_request) Successful in 3s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Failing after 6s
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 23s
Joomla: Extension CI / Tests (PHP 8.2) (pull_request) Has been cancelled
Joomla: Extension CI / Tests (PHP 8.3) (pull_request) Has been cancelled
Joomla: Extension CI / PHPStan Analysis (pull_request) Has been cancelled
Joomla: Extension CI / Build RC Pre-Release (pull_request) Has been cancelled
Universal: PR Check / Build RC Package (pull_request) Has been cancelled
Universal: PR Check / Report Issues (pull_request) Has been cancelled
Generic: Repo Health / Scripts governance (pull_request) Has been cancelled
Generic: Repo Health / Repository health (pull_request) Has been cancelled
Generic: Repo Health / Report Issues (pull_request) Has been cancelled
feat: AJAX stepped restore engine for large sites (#62)
Break restore into phases (extract, files, database, config, cleanup)
executed via AJAX steps to avoid PHP timeout on shared hosting.

- SteppedRestoreEngine with session persistence
- AjaxController restoreInit/restoreStep endpoints
- Restore modal uses AJAX progress instead of synchronous submit
- Files copied in batches of 200, SQL in batches of 500

Closes #62
2026-06-22 09:27:18 -05:00

1.1 KiB

Changelog

[Unreleased]

Added

  • AJAX-based stepped restore engine for large sites — prevents timeout on shared hosting (#62)
  • Email/ntfy notifications for site restores and snapshot create/restore operations (#60)
  • Scheduled task type mokosuitebackup.snapshot for automated content snapshots via com_scheduler (#56)

[01.31.00] --- 2026-06-22

[01.31.00] --- 2026-06-22

Added

  • REST API endpoints for content snapshots: list, create, restore, delete, download (#54)
  • Automatic archive integrity verification after backup creation (#65)
  • CLI command mokosuitebackup:snapshot for create, restore, list, and delete operations (#55)

[01.30.00] --- 2026-06-22

[01.30.00] --- 2026-06-22

Changed

  • Remote upload failure no longer marks the entire backup as failed — local archive is preserved with status 'complete' (#66)

Added

  • Snapshots now capture tags, custom fields, field values, and field-category mappings when articles are included (#57)
  • Snapshot retention settings: max count and max age with automatic cleanup (#63)

[01.27.03] --- 2026-06-21

[01.27.03] --- 2026-06-21