Release 0.3: Added dockerignore (#6); Added SCHEDULE setting (#7); Added support postgres 15 (#8); Updated libs;
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user