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
scripts
Dockerfile
README.md
constants
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
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.