Georg Ledermann
1e49b4634a
Update Alpine to 3.15 to support PostgreSQL 14 ( #138 )
* Update alpine from 3.9 to 3.15
This adds support for PostgreSQL 14
* Fix missing python packages
* Install aws-cli as package
* Installing the PostgreSQL client is sufficient
3 years ago
Alex Kulikovskikh
35e560069a
Update postgres-backup-s3 ( #127 )
- Bump alpine from 3.9 to 3.11
- Add Postgres v12 support (Fixes #115 )
- Add multiple or all databases backup (Fixes #10 )
- S3_PREFIX can be empty (Fixes #59 )
- Add missing Documentation (Fixes #87 )
3 years ago
Ellis Percival
e3715ddf35
Update alpine from 3.7 to 3.9
6 years ago
Konstantin Shilovskiy
ce7af27ab9
Use latest alpine versions
7 years ago
Jérôme Parmentier
c2c45be6bb
Replace deprecated MAINTAINER by LABEL
7 years ago
Claudio Mignanti
55173945e1
postgres-backup-s3: Parameters S3_ENDPOINT and S3_S3V4 added.
# Conflicts:
# postgres-backup-s3/backup.sh
8 years ago
Mikkel Rostved
b597b62899
Lock to version 3.5 of Alpine
8 years ago
Mikkel Rostved
83ae010322
Bumped alpine version to edge to get pg_dump version 9.6.1
8 years ago
Santiago Palladino
51d17b5836
Upgrade alpine version from 3.2 to 3.4 for pgbackup images
Version 3.2 has an incompatibility with docker cloud: it cannot
resolve services, due to a resolv.conf issue. Latest version seems
to work fine.
8 years ago
Santiago Palladino
2f4238f8b4
Add POSTGRES_EXTRA_OPTS env variable to postgres-backup-s3
Add optional env variable that can be used to pass extra options
to pg_dump, such as restrict the set of tables dumped.
8 years ago
Johannes Schickling
0afddddc89
postgres backup s3
9 years ago