Releases: OneOffTech/database-backup-cron
Releases · OneOffTech/database-backup-cron
v0.1.1
What's Changed
Deploy
backup:
+ image: oneofftech/database-backup-cron:0.1.1
environment:
DB_HOST: "### Replace With Database Host ###"
DB_DATABASE: "### Replace With Database Name ###"
DB_USER: "### Replace With Database User ###"
DB_PASSWORD: "### Replace With Database Password ###"
volumes:
- "/home/backup"Full Changelog: v0.1.0...v0.1.1
v0.1.0
This is the first release of the scheduled database backup
What's Changed
- Add CI actions for shellcheck and docker build by @avvertix in #1
- Add cron scheduling to run backup script
Deploy
backup:
+ image: oneofftech/database-backup-cron:0.1.0
environment:
DB_HOST: "### Replace With Database Host ###"
DB_DATABASE: "### Replace With Database Name ###"
DB_USER: "### Replace With Database User ###"
DB_PASSWORD: "### Replace With Database Password ###"
volumes:
- "/home/backup"Full Changelog: https://github.com/OneOffTech/database-backup-cron/commits/v0.1.0