Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 614 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 614 Bytes

postgresql-replication-sandbox

docker x PostgreSQLを利用したストリーミングレプリケーションを手軽に試せるように作ったサンドボックス

ロジカルレプリケーションはlogical-replicationブランチにあり

Built With

TODO.

How to use

Clone this repository.

git clone https://github.com/kukv/postgresql-replication-sandbox.git

Start Container.

docker compose up -d

If you want to delete all containers that contain volumes.

docker compose down -v