docker-postgres-replication icon indicating copy to clipboard operation
docker-postgres-replication copied to clipboard

Postgres streaming replication with Docker containers

Results 4 docker-postgres-replication issues
Sort by recently updated
recently updated
newest added

I had compatibility for Postgres 12.3 version (maybe this is compatible as-is for newer version). I also corrected `20-replication.sh` for `master` when you specify `POSTGRES_USER`.

Would you considering open sourcing this? (I believe lacking a LICENSE file, US entities don't have a clear license to download and use works like this) :( If I submitted...

I don't find any information about how to promote slave to master? pls advise

Thanks for the great implementation! This is the best, most non-intrusive I've found after lots of googling. The main image translates any environment variable with _FILE extension to the value...