Skip to content

Releases: silinternational/mysql-backup-restore

Release 4.0.0 - Replace `b2` with `s3cmd` for copy to Backblaze B2 bucket

03 Jun 11:52
07dde8f
Compare
Choose a tag to compare

Changed

  • Use s3cmd to copy backup file to Backblaze B2 bucket instead of b2.

Use new name for `--no-progress` flag to b2

29 May 17:28
84acbde
Compare
Choose a tag to compare

Fixed

  • Use new name for --no-progress flag to b2

Release 3.1.0

06 May 14:35
0ecc492
Compare
Choose a tag to compare

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

07 Mar 20:57
99e7336
Compare
Choose a tag to compare

What's Changed

Full Changelog: 3.0.1...3.0.2

Release 3.0.1

30 Aug 18:40
d81b859
Compare
Choose a tag to compare

Fix

  • regular expression matching branches to exclude from pushing to docker hub

Release 3.0.0

24 Aug 18:16
b01939c
Compare
Choose a tag to compare

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

More Debugging Feedback

22 Aug 19:38
f1698d5
Compare
Choose a tag to compare

Add

  • Debugging output for mysqldump failures

Change

  • Status check lines to avoid the || operator

Automated build with Codeship

28 Jul 15:39
9d93d96
Compare
Choose a tag to compare
Merge pull request #7 from silinternational/develop

Configure CodeShip

2.0.0: Merge pull request #5 from silinternational/develop

11 Mar 16:59
1431d99
Compare
Choose a tag to compare

Update Alpine to fix Docker build issues

22 Aug 20:06
3b1d9db
Compare
Choose a tag to compare

There was a bug with wget on Alpine 3.6 which caused builds to fail on Docker Hub, this update to Alpine 3.8 fixes that.