Require meaningful confirmation before remote database reset #32643
Unanswered
trooney
asked this question in
Feature Requests
Replies: 1 comment 2 replies
|
Most services only give you one confirmation when deleting an account unless they are trying to upsell you something, I don't think this is much different. You are explicitly asked if you wish to reset the remote db, plus the first confirmation I would say is you even typing the |
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Uh oh!
There was an error while loading. Please reload this page.
Hello there!
I enjoy using Supabase. The functionality available by the CLI is great. Today I wanted to reset the remote database. Sure enough that was built right into the CLI 🎸
While convenient, I wonder if dropping a database with just
yas confirmation is too easy. 😟$ supabase db reset --linked Using workdir /abc123 Do you want to reset the remote database? [y/N] y Resetting remote database... Seeding data from supabase/seed.sql...Maybe a more explicit confirmation step could be added?
All reactions