Skip to content

Releases: jkaninda/mysql-bkup

v1.2.26

13 Jan 14:35
e5ba397
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.25...v1.2.26

v1.2.25

13 Dec 05:37
0df14f3
Compare
Choose a tag to compare

What's Changed

  • docs: add azure configuration reference by @jkaninda in #157
  • chore(deps): bump golang from 1.23.3 to 1.23.4 by @dependabot in #158
  • chore: add convert bytes to a human-readable string with the appropriate unit (bytes, MiB, or GiB) by @jkaninda in #159

Full Changelog: v1.2.24...v1.2.25

v1.2.24

07 Dec 19:31
7ff9a32
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.23...v1.2.24

v1.2.23

07 Dec 01:47
fd44429
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.22...v1.2.23

v1.2.22

06 Dec 20:05
1b52972
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.21...v1.2.22

v1.2.21

06 Dec 17:40
94a1dcd
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v1.2.20...v1.2.21

v1.2.20

20 Oct 05:02
40557af
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.19...v1.2.20

v1.2.19

10 Oct 08:04
140ed60
Compare
Choose a tag to compare

What's Changed

  • fix: multi backup s3 path by @jkaninda in #119
  • fix: Dockerfile backup, restore, and migrate scripts since the migration of base image from Ubuntu to Alpine by @jkaninda in #120

Full Changelog: v1.2.18...v1.2.19

v1.2.18

10 Oct 03:34
3dce201
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.17...v1.2.18

v1.2.17

10 Oct 02:23
df0efd2
Compare
Choose a tag to compare

What's Changed

services:
  mysql-bkup:
    image: jkaninda/mysql-bkup
    container_name: mysql-bkup
    command: backup
    volumes:
      - ./backup:/backup
    environment:
      - DB_HOST=mysql
      - DB_PORT=3306
      - DB_NAME=database
      - DB_USERNAME=username
      - DB_PASSWORD=password
      - MAIL_HOST=
      - MAIL_PORT=587
      - MAIL_USERNAME=
      - MAIL_PASSWORD=!
      - MAIL_FROM=
      - [email protected],[email protected],[email protected]
      - MAIL_SKIP_TLS=false
      - TG_TOKEN=[BOT ID]:[BOT TOKEN]
      - TG_CHAT_ID=
      ## Time format for notification 
      - TIME_FORMAT=2006-01-02 at 15:04:05
      ## Backup reference, in case you want to identify every backup instance
      - BACKUP_REFERENCE=database/Paris cluster
    networks:
      - web
networks:
  web:

Full Changelog: v1.2.16...v1.2.17