Skip to content
This repository was archived by the owner on Mar 22, 2026. It is now read-only.

Latest commit

 

History

History
26 lines (18 loc) · 614 Bytes

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