mirror of
https://github.com/prodrigestivill/docker-postgres-backup-local.git
synced 2026-06-05 02:57:58 +00:00
Add architectures s390x and ppc64le #44
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
Backup PostgresSQL to the local filesystem with periodic rotating backups, based on [schickling/postgres-backup-s3](https://hub.docker.com/r/schickling/postgres-backup-s3/).
|
||||
Backup multiple databases from the same host by setting the database names in `POSTGRES_DB` separated by commas or spaces.
|
||||
|
||||
Supports the following Docker architectures: `linux/amd64`, `linux/arm64`, `linux/arm/v7`.
|
||||
Supports the following Docker architectures: `linux/amd64`, `linux/arm64`, `linux/arm/v7`, `linux/s390x`, `linux/ppc64le`.
|
||||
|
||||
## Usage
|
||||
|
||||
|
||||
Reference in New Issue
Block a user