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/pre-proxysql.bash

13 lines
244 B

#!/bin/bash
set -o pipefail
set -e
. constants
echo "[$(date)] Cleaning infra prior to PGSQL_REPL group testing"
./docker-compose-destroy.bash
echo "[$(date)] Starting infra required for PGSQL_REPL group testing"
./docker-compose-init.bash