Release 0.3: Added dockerignore (#6); Added SCHEDULE setting (#7); Added support postgres 15 (#8); Updated libs;

This commit is contained in:
Eugene Morozov
2023-12-10 08:05:46 +00:00
parent fdc1825e19
commit d639be40e9
9 changed files with 204 additions and 114 deletions

View File

@@ -5,7 +5,7 @@ This docker image provides functionality:
1. Backup your PostgresSQL database to sql file using pg_dump
2. Compress sql file using LZMA2
3. Upload compressed file to S3 storage
4. Scheduled to run every hour
4. Backup running schedule (monthly, weekly, daily, hourly)
# Versions
You can use two versions:
@@ -14,7 +14,7 @@ You can use two versions:
# SETTINGS
You can set some envs vars:
- DEBUG - run every 1 minute if 1, default is 0
- SCHEDULE - can be monthly, weekly, daily, hourly (by default)
- DB_USER - user to connect DB, default is postgres
- DB_PASSWORD - password to connect DB, default is postgres
- DB_HOST - host to connect DB, default is localhost