Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot run db reset on remote database #68

Open
thedevdavid opened this issue Feb 23, 2024 · 2 comments
Open

Cannot run db reset on remote database #68

thedevdavid opened this issue Feb 23, 2024 · 2 comments

Comments

@thedevdavid
Copy link

Running supabase db reset --linked fails with this error:

ERROR: cannot drop schema basejump because extension basejump-basejump_core requires it (SQLSTATE 2BP01)
At statement 0: DROP SCHEMA IF EXISTS basejump CASCADE                                                  
Try rerunning the command with --debug to troubleshoot the error.
@alvin
Copy link

alvin commented Feb 24, 2024

same issue here.

@chbert
Copy link

chbert commented Apr 16, 2024

Same here, my workaround is running these commands in sql client:

drop extension "basejump-basejump_core" CASCADE;
drop extension "supabase-dbdev" CASCADE;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants