Skip to content

Support starting the database fully offline #3546

@angelod1as

Description

@angelod1as

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions