Skip to content

Releases: jkaninda/mysql-bkup

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=
      - MAIL_TO=me@example.com,team@example.com,manager@example.com
      - 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

v1.2.16

09 Oct 20:41
12fbb67
Compare
Choose a tag to compare

What's Changed

  • feat: add email notification for failed and successful backup by @jkaninda in #114
  • docs: update backup notification by @jkaninda in #115

Full Changelog: v1.2.15...v1.2.16

v1.2.15

09 Oct 11:07
4c44166
Compare
Choose a tag to compare

What's Changed

  • feat: add backup encryption using GPG public key
  • feat: Add Multi database backup by @jkaninda in #111
  • fix: fix database migration

Full Changelog: v1.2.14...v1.2.15

v1.2.14

05 Oct 08:44
dabba20
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.13...v1.2.14

v1.2.13

02 Oct 02:19
96927cd
Compare
Choose a tag to compare

What's Changed

  • refactor: remove old flags
  • refactor: refactoring of AWS and ssh configurations
  • docs: update SSH and FTP deployment example

Full Changelog: v1.2.12...v1.2.13

v1.2.12

30 Sep 15:51
d186071
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.11...v1.2.12

v1.2.11

30 Sep 05:59
01cf8a3
Compare
Choose a tag to compare

What's Changed

  • fix: MySQL 8.x -Plugin caching_sha2_password could not be loaded by @jkaninda in #103

Full Changelog: v1.2.10...v1.2.11