1.1 KiB
1.1 KiB
Changelog
All notable changes to AeonDumpManager will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
[Unreleased]
[0.0.3] - 2026-09-17
Added
- Filter the dump list by date range and sort by date or size; dates use Shopware's locale-aware formatting.
[0.0.1] - 2026-09-15
Added
- List, create, delete, and download gzip-compressed SQL dumps from a Settings admin page (async
creation with a polling progress bar) or via the
aeon:dump:list,aeon:dump:create, andaeon:dump:removeconsole commands (sync). Dumps are produced withmysqldump/mariadb-dump(auto-detected, overridable viadumpBinaryName) and stored in the plugin's private filesystem. - Retention controls:
maxDumpspurges the oldest dump when the limit is reached;retantionDayspurges expired dumps and stale job rows via a scheduled task. - ACL-gated by
aeon_dump_manager.viewer/.creator/.deleter, enforced client- and server-side.