Skip to content

Commit

Permalink
flow ci: setup catalog
Browse files Browse the repository at this point in the history
  • Loading branch information
serprex committed Dec 11, 2023
1 parent 2f728e2 commit b168411
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/flow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ jobs:
-c "ALTER SYSTEM SET max_replication_slots=192;"
-c "ALTER SYSTEM SET max_wal_senders=256;"
-c "ALTER SYSTEM SET max_connections=2048;" &&
for v in `seq 1 "$(echo ../nexus/catalog/migrations/* | wc -w)"`;
do cat ../nexus/catalog/migrations/V$v__* | docker exec pg_cdc psql -h localhost -p 5432 -U postgres --tty;
done &&
docker restart pg_cdc
working-directory: ./flow
env:
Expand Down

0 comments on commit b168411

Please sign in to comment.