Skip to content

Nebo15/pg-replication

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Docker configuration for logical replication with pglogical tool

Contents

  1. docker/postgre - docker container with preinstalled postgresql 9.6 and pglogical
  2. docker/pipelindeb - docker container with preinstalled pipelinedb (postgres 9.5) and pglogical

PGDATA

  1. /var/lib/postgresql/data
  2. /mnt/pipelindb/data

API

All images can be configured by defining values for the following ENV VARs:
MASTER_HOST (default: "172.17.0.2/32")
REPLICA_HOST (default: "172.17.0.3/32")

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages