Postgres + PgBackRest
postgres-backrest is a PostgreSQL image with PgBackRest preinstalled and practical defaults for teams that want reliable backups without extra setup work.
What
- PostgreSQL + PgBackRest in one image, based on upstream
postgres - Backup-ready defaults, including WAL archiving support
- Flexible config handling through full file mounts or small
conf.doverrides - Multi-arch support (
amd64,arm64)
How
docker run \
-e POSTGRES_PASSWORD=mysecretpassword \
ethoslink/postgres-backrest:latest
For deeper tuning, mount your own postgresql.conf or set POSTGRES_CONFIG_FILE to a custom path.
Why
Most teams need sane Postgres backup behavior on day one, but still want room to tune for their own workload later. This image gives you that middle ground.
About Ethos Link and Reviato
We build focused tools for hospitality and retail teams at Ethos Link. postgres-backrest is one of the infrastructure pieces we extracted from production work so it can stay reusable and boring in the best way.
If you are also working on customer feedback operations, check Reviato, our review intelligence product for turning scattered reviews into clear weekly actions.