JokerQyou / pgsql

Modified postgres database docker image with backup support

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Modified postgres database docker image with backup support

License:Apache License 2.0


Languages

Language:Shell 79.6%Language:Dockerfile 20.4%