1
0
Fork
You've already forked pgstreamtest
0
No description
  • Shell 78.6%
  • Dockerfile 13.2%
  • PLpgSQL 8.2%
2025年07月01日 09:35:44 +02:00
database role are not replicated by pgstream: create it on both databases 2025年06月24日 10:59:38 +02:00
pgstream update pgstream 2025年07月01日 09:21:01 +02:00
podman-build.sh initial import 2025年06月23日 19:41:28 +02:00
podman-delete.sh initial import 2025年06月23日 19:41:28 +02:00
podman-run.sh role are not replicated by pgstream: create it on both databases 2025年06月24日 10:59:38 +02:00
README.md update pgstream 2025年07月01日 09:21:01 +02:00
sample_changes.sql add sample changes sql requests 2025年07月01日 09:35:44 +02:00

pgstreamtest

Simple postgres to postgres pgstream test.

Architecture

architecture-beta
 group test(cloud)[Test]
 service database1(database)[Database1] in test
 service pgstream(server)[pgstream] in test
 service database2(database)[Database2] in test
 database1:R --> L:pgstream
 pgstream:R --> L:database2

Getting started

Prerequisites

  1. Install Podman with a rootless setup.

How to build ?

./podman-build.sh

How to test ?

./podman-run.sh

Then connect to database1, insert data, modify schema... Changes should be replicated to database2.