Skip to content

Docker image containing Postgres 11 and pglogical.

Notifications You must be signed in to change notification settings

steveax/docker-pglogical

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Postgres/PGLogical Image

A ready-made, batteries-included Docker image combining Postgres 14 with pglogical.

Requirements

  • Docker
  • docker compose

Instructions

Just run docker compose up -d in this directory to get a postgres server running on the default port (5432). Feel free to edit the port number in docker compose.yml.

Depending on your setup, you may find it helpful to set some postgres-related environment variables like so:

export PGHOST=localhost
export PGPORT=5432
export PGUSER=postgres

With the above variables, you should be able to simply run psql to connect to the containerized postgres instance.

About

Docker image containing Postgres 11 and pglogical.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Dockerfile 100.0%