Release 0.4: Added Postgres 16; Upgraded Alpine 19 and Python 3.11;

This commit is contained in:
2023-12-10 08:32:48 +00:00
parent d639be40e9
commit 95ec028bf4
8 changed files with 242 additions and 304 deletions

View File

@@ -8,9 +8,11 @@ This docker image provides functionality:
4. Backup running schedule (monthly, weekly, daily, hourly)
# Versions
You can use two versions:
You can use four versions:
- PostgreSQL 13: `registry.gitlab.com/technocloud/docker-postgres-backup/docker-postgres-backup:pg13`
- PostgreSQL 14: `registry.gitlab.com/technocloud/docker-postgres-backup/docker-postgres-backup:pg14`
- PostgreSQL 15: `registry.gitlab.com/technocloud/docker-postgres-backup/docker-postgres-backup:pg15`
- PostgreSQL 16: `registry.gitlab.com/technocloud/docker-postgres-backup/docker-postgres-backup:pg16`
# SETTINGS
You can set some envs vars:
@@ -30,3 +32,7 @@ Also, please define settings for S3 storage:
- AWS_ACCESS_KEY_ID
- AWS_SECRET_ACCESS_KEY
- AWS_BUCKET_NAME
# Build docker
`docker buildx build --platform=linux/arm64/v8,linux/amd64 --push --tag registry.gitlab.com/technocloud/docker-postgres-backup/docker-postgres-backup:pgXX -f Dockerfile.pgXX .`