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

Version Path
pg_easy_replicate-0.3.7 scripts/e2e-bootstrap.sh
pg_easy_replicate-0.3.6 scripts/e2e-bootstrap.sh
pg_easy_replicate-0.3.5 scripts/e2e-bootstrap.sh
pg_easy_replicate-0.3.4 scripts/e2e-bootstrap.sh
pg_easy_replicate-0.3.3 scripts/e2e-bootstrap.sh
pg_easy_replicate-0.3.2 scripts/e2e-bootstrap.sh
pg_easy_replicate-0.3.1 scripts/e2e-bootstrap.sh
pg_easy_replicate-0.3.0 scripts/e2e-bootstrap.sh
pg_easy_replicate-0.2.7 scripts/e2e-bootstrap.sh
pg_easy_replicate-0.2.6 scripts/e2e-bootstrap.sh
pg_easy_replicate-0.2.5 scripts/e2e-bootstrap.sh
pg_easy_replicate-0.2.4 scripts/e2e-bootstrap.sh
pg_easy_replicate-0.2.3 scripts/e2e-bootstrap.sh
pg_easy_replicate-0.2.2 scripts/e2e-bootstrap.sh
pg_easy_replicate-0.2.1 scripts/e2e-bootstrap.sh
pg_easy_replicate-0.2.0 scripts/e2e-bootstrap.sh
pg_easy_replicate-0.1.12 scripts/e2e-bootstrap.sh