There was an error while loading. Please reload this page.
1 parent 1bdb841 commit 393ccc3Copy full SHA for 393ccc3
1 file changed
setup-postgres-preview-schema/job-template.yml
@@ -29,6 +29,7 @@ spec:
29
30
echo "Dumping base schema ${BASE_SCHEMA}..."
31
pg_dump --schema=${BASE_SCHEMA} \
32
+ --exclude-table-data="${BASE_SCHEMA}.databasechangeloglock" \
33
--no-comments \
34
--no-owner \
35
--no-acl \
@@ -48,7 +49,6 @@ spec:
48
49
--echo-errors \
50
--single-transaction \
51
--set=ON_ERROR_STOP=1 \
- --set=SESSION_REPLICATION_ROLE=replica \
52
--file=preview-dump.sql
53
54
echo "Script finished successfully!"
0 commit comments