Sign inSign up

valensas/postgres-partman

By valensas

Updated 7 months ago

Image
0

551

valensas/postgres-partman repository overview

Postgres Partman

This image, based on Postgres, adds support for PGPartman.

Usage

docker run --name mu-postgres -e POSTGRES_PASSWORD=mypassword

Configuration

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.

Tag summary

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