Skip to content

Commit bf2c439

Browse files
committed
Exclude ducklake
1 parent cb9a9ca commit bf2c439

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

etc/pgdump-to-s3/template.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,8 @@ Resources:
182182
"--exclude-table-data=delayed_jobs",
183183
"--exclude-table-data=forecast*",
184184
"--exclude-table-data=inventory_log*",
185-
"--exclude-table-data=sessions"
185+
"--exclude-table-data=sessions",
186+
"--exclude-table-data=ducklake_*"
186187
]
187188
}
188189
AuguryCronInvokePermission:

0 commit comments

Comments
 (0)