This image, based on Postgres, adds support for PGPartman.
docker run --name mu-postgres -e POSTGRES_PASSWORD=mypassword
This image provides the following environment variables:
PARTMAN_SCHEMA: The schema on which the partman extension will be created. It's only created for one database and defaults to $POSTGRES_DB.
PG_PARTMAN_BGW_INTERVAL: The interval at which the partman background worker should run, in seconds. Defaults to 3600.
PG_PARTMAN_BGW_DBNAME: The databases on which the partman background worker should run maintenance. Separate multiple databases with commas. Defaults to $POSTGRES_DB.
Additional configuration options are provided by the Postgres image.
Content type
Image
Digest
sha256:ab762dde9…
Size
168.1 MB
Last updated
7 months ago
docker pull valensas/postgres-partman:18.2-5.4.1