You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Oct 9, 2023. It is now read-only.
If you are using Snaplet to restore to a development database on Supabase, you may have run into issues where Snaplet attempts to drop or restore data for schemas created by Supabase, for example:
You may have also run into role-related issues when restoring to a development database on Supabase, for example:
Aschemacanonlybedroppedbyitsownerorasuperuser.
If you did not run into either, chances are you would’ve run into the latter issue from November 5 2022 onwards, as Supabase are rolling out a security patch that will prevent superuser access (you would’ve seen this issue already if you’ve already opted into that security patch).
This release aims to solve these issues: if your database is on Supabase, we exclude the following schemas when capturing from your production database, and when restoring to your development database:
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
If you are using Snaplet to restore to a development database on Supabase, you may have run into issues where Snaplet attempts to drop or restore data for schemas created by Supabase, for example:
You may have also run into role-related issues when restoring to a development database on Supabase, for example:
If you did not run into either, chances are you would’ve run into the latter issue from November 5 2022 onwards, as Supabase are rolling out a security patch that will prevent superuser access (you would’ve seen this issue already if you’ve already opted into that security patch).
This release aims to solve these issues: if your database is on Supabase, we exclude the following schemas when capturing from your production database, and when restoring to your development database:
Beta Was this translation helpful? Give feedback.
All reactions