cli icon indicating copy to clipboard operation
cli copied to clipboard

Support starting the database fully offline

Open angelod1as opened this issue 9 months ago • 0 comments

Is your feature request related to a problem? Please describe.

I usually code in a no-internet environment, and using local supabase is the perfect solution for it — I code, offline, then push the changes to my branch and to the live database whenever I'm back online.

But if I sense there's some instability with Docker or the database and I need to stop it and restart, I can't. Because if I start it, it tries to fetch everything from the internet again.

Describe the solution you'd like

I'm not very much Docker-savvy, so I don't know if what I'm asking is impossible, but I'd love to be able to stop and start the local database fully offline, maybe with a flag --offline or --local, I don't know.

This way I'd be able to do my work without any issues.

Describe alternatives you've considered

I read the docs and tried -h but there's no possible flag, AFAIK.

Additional context

N/A

angelod1as avatar May 08 '25 12:05 angelod1as