docker-backup-database
docker-backup-database copied to clipboard
fix: dumper should write output to DumpName
Summary by CodeRabbit
-
New Features
- Database dumps for MySQL and PostgreSQL are now saved directly as compressed files, avoiding stdout. This simplifies export workflows and ensures outputs are stored reliably with the expected dump filename.
-
Chores
- Updated ignore settings to exclude IDE project files (.idea) from version control.