No description
| database | role are not replicated by pgstream: create it on both databases | |
| pgstream | update pgstream | |
| podman-build.sh | initial import | |
| podman-delete.sh | initial import | |
| podman-run.sh | role are not replicated by pgstream: create it on both databases | |
| README.md | update pgstream | |
| sample_changes.sql | add sample changes sql requests | |
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
- 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.