Coder Social home page Coder Social logo

Comments (9)

tianon avatar tianon commented on July 24, 2024 1

Looking at Google, it would appear that others have figured out how to accomplish this: https://www.google.com/search?q=docker+postgres+replication 😄

For example, https://github.com/DanielDent/docker-postgres-replication / https://hub.docker.com/r/danieldent/postgres-replication/

from postgres.

stapelberg avatar stapelberg commented on July 24, 2024

@volkanunsal Yes, 9.3 supports replication: http://www.postgresql.org/docs/9.3/static/runtime-config-replication.html

If you have any further questions, I think it’d be better if you asked in the corresponding PostgreSQL support issues. This repository is for specifics of the docker image, not PostgreSQL itself.

from postgres.

volkanunsal avatar volkanunsal commented on July 24, 2024

I've had a long back and forth on the Postgres support forums about this. I have eliminated all other possibilities, and exhausted the patience of the mailing list before posting here. The gist of the discussion can be boiled down to this gist. You will find the logs from both the server and the client on that gist. The problem is that the client does not start the walreceiver service after it's booted up when it's installed using a Docker image. When I installed Postgres to the server directly, it doesn't have this problem.

I'm not a Postgres expert, nor a Docker expert. Hopefully, someone can look at this and point out what I did wrong. If there are any working examples of a Postgres replication setup inside a Docker container out there in the wild that you can point me to, that would be much appreciated as well.

from postgres.

stapelberg avatar stapelberg commented on July 24, 2024

You should have started this issue with the data you just provided here :). Can you also add a link to the discussion you’ve had on the Postgres forum so that we know what you’ve tried and what you haven’t?

I also want to set up PostgreSQL replication using docker, and will likely face the same problem then. I’m not sure when I’ll get around to it, though.

from postgres.

volkanunsal avatar volkanunsal commented on July 24, 2024

Here is the discussion. It's not threaded and might be hard to follow because it's just a Listserv.

from postgres.

pikeas avatar pikeas commented on July 24, 2024

@volkanunsal Were you able to get PG replication working between containers?

from postgres.

volkanunsal avatar volkanunsal commented on July 24, 2024

Nope.

from postgres.

tianon avatar tianon commented on July 24, 2024

Apparently past @tianon (#104 (comment)) actually had it working too, and present @tianon just doesn't remember:

The Postgres replication is a little bit complex, but this is definitely doable. I went through some of https://www.digitalocean.com/community/tutorials/how-to-set-up-master-slave-replication-on-postgresql-on-an-ubuntu-12-04-vps to get something going and it's not too bad. The user created by our entrypoint script is a SUPERUSER, so it does have permission to replicate by default, so I think the most difficult parts here are setting the config (wal_level, etc) and doing the initial replication.

from postgres.

wglambert avatar wglambert commented on July 24, 2024

Since this issue seems unrelated to any errors in the image itself, and being two years without further comment, I'm going to prune the issue.
If you believe this to be in error then let me know and I'll re-open it

Given that the issue is more of a usability question, it would be more suited for the Docker Community Forums, the Docker Community Slack, or Stack Overflow.

from postgres.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.