Releases: silinternational/mysql-backup-restore
Releases · silinternational/mysql-backup-restore
Added Sentry
Added curl for installing Sentry-cli
What's Changed
- Adding Sentry SDK by @Praveenraj-K in #32
- Revert "Adding Sentry SDK" by @Praveenraj-K in #33
- Adding the Curl for installing Sentry-cli by @Praveenraj-K in #35
- Adding the Curl for installing Sentry-cli by @Praveenraj-K in #36
Full Changelog: 4.1.0...4.1.1
Added Sentry for Backup error notification
What's Changed
- Added error notification to Sentry by @Praveenraj-K in #26
- Release: Added Sentry for Backup error notification by @Praveenraj-K in #27
- Feature data image by @Praveenraj-K in #29
- Removed the data-image by @Praveenraj-K in #31
- Feature data image by @Praveenraj-K in #30
Full Changelog: 4.0.1...4.1.0
Release to push the Docker image into GHCR.io
-Image will be pushed to DockerHub & GHCR
-updated the code so that it will only trigger when workflow trigger happens in the main branch
Release 4.0.0 - Replace `b2` with `s3cmd` for copy to Backblaze B2 bucket
Changed
- Use
s3cmd
to copy backup file to Backblaze B2 bucket instead ofb2
.
Use new name for `--no-progress` flag to b2
Fixed
- Use new name for
--no-progress
flag to b2
Release 3.1.0
Support backup to Backblaze B2 bucket
Changes
- Added Backblaze b2 command line tool to the Docker image.
- Added environment variables to support use of b2.
- Docker Compose is a Docker plugin now instead of a separate binary.
Build with GitHub Actions
What's Changed
- Update docker-compose to use mariadb:10 image directly by @devon-sil in #16
- Fix the mariadb to 10 by @mtompset in #17
- Switch to GitHub Actions. by @devon-sil in #18
Full Changelog: 3.0.1...3.0.2
Release 3.0.1
Fix
- regular expression matching branches to exclude from pushing to docker hub
Release 3.0.0
Add
- testing repository, to completely install from repositories and not pip
Change
- upgraded python 2.x to 3.x using different docker image
- revised README.md instructions