Skip to content

IsaevDimka/docker-postgres-replication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Docker PostgreSQL Replication

Docker PostgreSQL Master-Slave Replication, run:

make init

If changed env COMPOSE_PROJECT_NAME need change docker container name in images/postgresql-slave/postgresql.auto.conf

Requirements:

  • Docker

Check Replication Status:

docker exec -it postgresql-master bash
psql_master
  • After entering psql
    SELECT * FROM pg_stat_replication;

License

MIT License (MIT)