supabase pause command for cli #13226
Unanswered
mcandylab
asked this question in
Feature Requests
Replies: 0 comments
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.
Uh oh!
There was an error while loading. Please reload this page.
At the moment there are two commands in supabase cli:
supabase startsupabase stopAfter issuing the
supabase stopcommand, all containers associated with supabase are removed from docker containers. And when I re-run thesupabase startcommand, then all data from my database is empty.I would like to have a
supabase pausecommand that would not delete containers, but turn them offAll reactions