Sha256: 5c90f20c232244cded85c20a88d3b49251f6f10b3ceef79027382adfe3f53f16
Contents?: true
Size: 575 Bytes
Versions: 17
Compression:
Stored size: 575 Bytes
Contents
#!/bin/bash set -eo pipefail if [[ -z ${GITHUB_WORKFLOW} ]]; then export SECONDARY_SOURCE_DB_URL="postgres://james-bond:james-bond123%407%21%273aaR@source_db/postgres-db" fi export SOURCE_DB_URL="postgres://james-bond:james-bond123%407%21%273aaR@localhost:5432/postgres-db" export TARGET_DB_URL="postgres://james-bond:james-bond123%407%21%273aaR@localhost:5433/postgres-db" export PGPASSWORD='james-bond123@7!'"'"'3aaR' pgbench --initialize -s 5 --foreign-keys --host localhost -U james-bond -d postgres-db bundle exec bin/pg_easy_replicate config_check --copy-schema
Version data entries
17 entries across 17 versions & 1 rubygems