File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22-- PostgreSQL database dump
33--
44
5- \restrict 79HEbdwsnuTV5jafm4MHQLh2GGsZxFHgQRnGVoam7VcgeYtlp1T7eor8SQzYLHe
5+ \restrict SupabaseTestDumpKey123
66
77-- Dumped from database version 17.6
88-- Dumped by pg_dump version 17.6
@@ -1014,5 +1014,5 @@ CREATE EVENT TRIGGER pgrst_drop_watch ON sql_drop
10141014-- PostgreSQL database dump complete
10151015--
10161016
1017- \unrestrict 79HEbdwsnuTV5jafm4MHQLh2GGsZxFHgQRnGVoam7VcgeYtlp1T7eor8SQzYLHe
1017+ \unrestrict SupabaseTestDumpKey123
10181018
Original file line number Diff line number Diff line change @@ -182,7 +182,7 @@ perform_dump() {
182182
183183 # Only use --restrict-key for standard PostgreSQL 15 and 17 versions
184184 # OrioleDB doesn't support this flag yet
185- if [ " $PSQL_VERSION " = " 15" ] || [ " $PSQL_VERSION " = " 17" ]; then
185+ if [ " $PSQL_VERSION " = " 15" ] || [ " $PSQL_VERSION " = " 17" ] || [ " $PSQL_VERSION " = " orioledb-17 " ] ; then
186186 # Use a fixed restrict key for reproducible test dumps
187187 # This is safe in testing contexts but should not be used in production
188188 dump_cmd=" $dump_cmd --restrict-key=SupabaseTestDumpKey123"
You can’t perform that action at this time.
0 commit comments