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/README.md

30 lines
547 B

# PostgreSQL Primary-Replica Infra
## Images build
```bash
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:
```bash
pre-proxysql.bash
```
To stop the infra just execute the group shutdown script:
```bash
post-proxysql.bash
```
## Folder structure
* `conf`: Config files for both infra and `ProxySQL`.
* `scripts`: Collection of scripts used to prepare the infra.