/pgsql

Modified postgres database docker image with backup support

Primary LanguageShellApache License 2.0Apache-2.0

pgsql

A docker image recipe mixing the official Postgres 12 image and wal-g backup tool.

Build

To build locally, run docker build -t IMAGE_TAG .. Use docker buildx if you need a multi-platform image.

Credits

The wal-g directory comes from koehn/postgres-wal-g.