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

Postgres 9.6 & 9.5 Dockerized w/ Replication. Master/Slave setup in 30 seconds.

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

Hi! I'm probably stupid but I can't connect to the database with laravel. What should I put in the `.env` file? I've tried everything: - port tested: 5432 - host...

pg-slave_1 | Waiting for master to ping... pg-slave_1 | /usr/local/bin/docker-entrypoint.sh: line 39: ping: command not found It is necessary to install ping. It is solved adding in the Dockerfile: RUN...

I had to copy-paste [file_env()](https://github.com/docker-library/postgres/blob/972294a377463156c8d61297320c872fc7d370a9/9.6/docker-entrypoint.sh#L8) for shared secrets, and there are some more changes for overall progress. Also, what is the original version of `docker-entrypoint.sh` you started from ? I...

Using `--link` flag is a legacy feature of docker. https://docs.docker.com/network/links/

The FILE suffix is supporeted in docker-entry of postgres image, but was removed when the ./docker-entry.sh was overriden so I added that support, also the `setup_replication.sh` f needed the password...

Failed with proper merge attempt, started from docker-library/postgres and manually picked changes from DanielDent/docker-postgres-replication.

I am a complete beginner in Postgres, and I have pulled your [docker master/slave image](https://hub.docker.com/r/danieldent/postgres-replication) but it seems to be lacking the documentation onto what should be done after this...