Skip to content

Commit d27db81

Browse files
authored
fix: exclude pgmq schema from db dump and pull (#3043)
fix: exclude pgmq schema from db dump
1 parent 4665c04 commit d27db81

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

internal/db/dump/dump.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ func dumpData(ctx context.Context, config pgconn.Config, schema, excludeTable []
8282
"graphql",
8383
"graphql_public",
8484
// "net",
85+
// "pgmq",
8586
// "pgsodium",
8687
// "pgsodium_masks",
8788
"pgtle",

internal/utils/misc.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -74,6 +74,7 @@ var (
7474
"graphql",
7575
"graphql_public",
7676
"net",
77+
"pgmq",
7778
"pgsodium",
7879
"pgsodium_masks",
7980
"pgtle",

pkg/migration/drop.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ var (
2424
`\_realtime`,
2525
`\_supavisor`,
2626
"pgbouncer",
27+
"pgmq",
2728
"pgsodium",
2829
"pgtle",
2930
`supabase\_migrations`,

0 commit comments

Comments
 (0)