Skip to content

Releases: monobilisim/monodb-backup

v3.2.6

11 Dec 15:45
Compare
Choose a tag to compare

Changelog

v3.2.5

03 Oct 09:55
Compare
Choose a tag to compare

Changelog

  • 231b8bc fixed logic error that affects email notifications

v3.2.4

30 Sep 09:18
Compare
Choose a tag to compare

Changelog

  • 9c85e9c changed mysql executable to comply with mariadb

v3.2.3

23 Jul 13:48
Compare
Choose a tag to compare

Changelog

v3.2.2

23 Jul 13:43
Compare
Choose a tag to compare

Changelog

v3.2.1

18 Jul 08:56
Compare
Choose a tag to compare

Changelog

v3.2.0

17 Jul 13:56
Compare
Choose a tag to compare

Changelog

  • c77ab3a Changed the way I send webhook alarms
  • b2d4ee1 added mssql backup support to linux

v3.1.0

09 Jul 10:38
Compare
Choose a tag to compare

Changelog

  • acb1eee added cancellation of sS3 upload in case of dump error
  • 654eefe added the condition (params.BackupType.Type == "minio" || params.BackupType.Type == "s3") to streaming backups. Rsync backup: added some conditions to create folder.

v3.0.0

27 Jun 08:36
Compare
Choose a tag to compare

Changelog

  • e065aa0 fixed typo
  • 2f2b5d5 it now sends an extra alarm after a successful backup if the one before was a faillure
  • 6ff7e6b stream backups directly to s3
  • b60f3f8 typo fix

v2.7.0

26 Apr 14:31
Compare
Choose a tag to compare

Changelog

  • 2f84014 Added the option to back up MySQl databases as tables. This implementation is too complicated and probably riddled with bugs. I will try to rewrite some parts asap.
  • 2c40dce Added the option to back up MySQl databases as tables. This implementation is too complicated and probably riddled with bugs. I will try to rewrite some parts asap.
  • b040736 Merge pull request #1 from kreatoo/always-bg
  • 98fa782 changed the way it handles file extensions before uploading
  • e7224cc feat: Use robfig/cron to make it always run in the foreground
  • 5c445cb removed print
  • b772b6b small fixes
  • ce2b8c9 updated