Skip to content

Sebbia/dockerized-postgres-replication-snippet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Snippet of dockerized PostgreSQL with replication

This is a snippet of dockerized PostgreSQL with support for many databases in a single instance and replication to slave.

Replication can be helpfull for easy backup creation without stopping of master.

The source article about dockerized PostgreSQL with replication is here.

List of defined databases is presented in the environment section in the variable DATABASES.

environment:
    - DATABASES=db1,db2

New databases can be added later to this list.

Databases will be created with an user and password same as database name.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published