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
Rene Cannao aa9cc7481c
Finalize infra migration and security hardening
1 month ago
..
bin Finalize infra migration and security hardening 1 month ago
conf feat: add new TAP group infra for PostgreSQL replication testing 1 month ago
scripts feat: add new TAP group infra for PostgreSQL replication testing 1 month ago
Dockerfile feat: add new TAP group infra for PostgreSQL replication testing 1 month ago
README.md feat: add new TAP group infra for PostgreSQL replication testing 1 month ago
constants feat: add new TAP group infra for PostgreSQL replication testing 1 month ago
docker-compose-destroy.bash Finalize infra migration and security hardening 1 month ago
docker-compose-init.bash Finalize infra migration and security hardening 1 month ago
docker-compose.yaml feat: add new TAP group infra for PostgreSQL replication testing 1 month ago
post-proxysql.bash Finalize infra migration and security hardening 1 month ago
pre-proxysql.bash Finalize infra migration and security hardening 1 month 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.