Skip to content

Releases: jkaninda/pg-bkup

v1.2.17

10 Oct 03:53
a8f8f41
Compare
Choose a tag to compare

What's Changed

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

v1.2.16

10 Oct 02:42
aa8ff2c
Compare
Choose a tag to compare

What's Changed

services:
  pg-bkup:
    image: jkaninda/pg-bkup
    container_name: pg-bkup
    command: backup
    volumes:
      - ./backup:/backup
    environment:
      - DB_HOST=postgres
      - DB_PORT=5432
      - DB_NAME=database
      - DB_USERNAME=username
      - DB_PASSWORD=password
      - MAIL_HOST=
      - MAIL_PORT=587
      - MAIL_USERNAME=
      - MAIL_PASSWORD=
      - [email protected]
      - [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.15...v1.2.16

v1.2.15

09 Oct 20:54
065be04
Compare
Choose a tag to compare

What's Changed

  • feat: add email notification for failed and successful backup by @jkaninda in #100

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

v1.2.14

09 Oct 11:13
f4cb1ef
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 #97
  • fix: fix database migration

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

v1.2.13

05 Oct 08:46
6311e9c
Compare
Choose a tag to compare

What's Changed

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

v1.2.12

02 Oct 02:22
38f7b77
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 by @jkaninda in #93

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

v1.2.11

30 Sep 15:50
642887d
Compare
Choose a tag to compare

What's Changed

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

v1.2.10

30 Sep 00:00
1b5c8df
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.9...v1.2.10

v1.2.9

29 Sep 22:45
2d2e526
Compare
Choose a tag to compare

What's Changed

Full Changelog: v1.2.8...v1.2.9

v1.2.8

28 Sep 08:34
09f6b56
Compare
Choose a tag to compare

What's Changed

  • chore: replace Linux cron with go cron
  • chore: define GPG home directory
  • chore: add notification emoji for failed and successful backup
  • fix: Docker scheduled mode backup in generating a backup file name

Full Changelog: v1.2.7...v1.2.8