You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
proxysql/test/tap/groups/pgsql-repl
Javier Jaramago Fernández 35254fad8c
fix: typo in 'pgsql-repl' infra script message
1 week ago
..
bin fix: typo in 'pgsql-repl' infra script message 1 week ago
conf feat: add new TAP group infra for PostgreSQL replication testing 2 weeks ago
scripts feat: add new TAP group infra for PostgreSQL replication testing 2 weeks ago
Dockerfile feat: add new TAP group infra for PostgreSQL replication testing 2 weeks ago
README.md feat: add new TAP group infra for PostgreSQL replication testing 2 weeks ago
constants feat: add new TAP group infra for PostgreSQL replication testing 2 weeks ago
docker-compose-destroy.bash feat: add new TAP group infra for PostgreSQL replication testing 2 weeks ago
docker-compose-init.bash feat: add new TAP group infra for PostgreSQL replication testing 2 weeks ago
docker-compose.yaml feat: add new TAP group infra for PostgreSQL replication testing 2 weeks ago
post-proxysql.bash feat: add new TAP group infra for PostgreSQL replication testing 2 weeks ago
pre-proxysql.bash feat: add new TAP group infra for PostgreSQL replication testing 2 weeks ago

README.md

PostgreSQL Primary-Replica Infra

Images build

docker build -t postgres-tc:17 .

This step is automatically performed by docker-compose-init.bash. Images should be reused between executions.

Start / Stop

To start the infra just execute the group startup script:

pre-proxysql.bash

To stop the infra just execute the group shutdown script:

post-proxysql.bash

Folder structure

  • conf: Config files for both infra and ProxySQL.
  • scripts: Collection of scripts used to prepare the infra.