-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Setup PostgreSQL cluster in docker compose for local development #208
Comments
I am working on mfvanek/pg-index-health#121 and faced some problems trying to start cluster from resources provided by you. postgres-cluste-pgsql it looks nice, but it hasn't been updated for a long time, so the latest version doesn't work, since some changes have been made to the repositories referenced by docker files. pg-dock is not working either but seems more simpler to fix than first one. There are two ways i see.
Personally i prefer first way. |
@Evreke |
For local development you can use default bitnami postgresql container with repmgr. |
Sorry, I've been busy for a long time. |
With afb84a5 I add plugin that searches and run containers defined in docker-compose file. This approach hash drawbacks:
But advantages are:
|
See
https://hub.docker.com/r/paunin/postgresql-cluster-pgsql/
and
https://habr.com/ru/post/334484/
The text was updated successfully, but these errors were encountered: