1
0
mirror of https://github.com/prometheus-community/postgres_exporter.git synced 2025-08-15 12:42:33 +03:00
Files
postgres_exporter/tests/docker-postgres-replication
Will Rouesnel 53ad0efbbb Add docker-compose and replication environment tests to the smoke-tests.
Use docker-compose and p2 to setup a replicated environment for each
version of PostgreSQL we want to support.

Still missing: key-specific tests to ensure each version doesn't lose
metrics.
2016-11-17 02:00:42 +11:00
..

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.