postgres_exporter/tests/docker-postgres-replication
Will Rouesnel 2297eb5ba8 Tests passing for all postgres versions. 2016-11-18 02:47:24 +11:00
..
Dockerfile Tests passing for all postgres versions. 2016-11-18 02:47:24 +11:00
Dockerfile.p2 Add postgres cluster replication smoke tests. 2016-11-17 01:14:03 +11:00
README.md Add postgres cluster replication smoke tests. 2016-11-17 01:14:03 +11:00
docker-compose.yml Add postgres cluster replication smoke tests. 2016-11-17 01:14:03 +11:00
docker-entrypoint.sh Tests passing for PostgreSQL 9.1. Set semantic version in filename. 2016-11-18 02:26:33 +11:00
setup-replication.sh Add postgres cluster replication smoke tests. 2016-11-17 01:14:03 +11:00

README.md

Replicated postgres cluster in docker.

Upstream is forked from https://github.com/DanielDent/docker-postgres-replication

My version lives at https://github.com/wrouesnel/docker-postgres-replication

This very simple docker-compose file lets us stand up a replicated postgres cluster so we can test streaming.

TODO:

Pull in p2 and template the Dockerfile so we can test multiple versions.