Skip to content

Calling supabase stop doesn't affect on running containers#10

Merged
kiwicopple merged 1 commit into
supabase:mainfrom
ig-gh:patch-1
Apr 1, 2021
Merged

Calling supabase stop doesn't affect on running containers#10
kiwicopple merged 1 commit into
supabase:mainfrom
ig-gh:patch-1

Conversation

@ig-gh
Copy link
Copy Markdown

@ig-gh ig-gh commented Apr 1, 2021

OS: Ubuntu 20.04 LTS
Issue: Calling supabase stop doesn't affect on running containers.

supabase start: docker-compose --file .supabase/docker/docker-compose.yml --project-name supabase up -d

Creating network "supabase_default" with the default driver
Creating supabase-db ... done
Creating supabase-kong ... done
Creating supabase-auth ... done
Creating supabase-realtime ... done
Creating supabase-rest ... done

supabase down with current command: docker-compose --file .supabase/docker/docker-compose.yml down

Removing network docker_default
WARNING: Network docker_default not found.

supabase down fix: docker-compose --file .supabase/docker/docker-compose.yml --project-name supabase down

Stopping supabase-realtime ... done
Stopping supabase-rest ... done
Stopping supabase-auth ... done
Stopping supabase-kong ... done
Stopping supabase-db ... done
Removing supabase-realtime ... done
Removing supabase-rest ... done
Removing supabase-auth ... done
Removing supabase-kong ... done
Removing supabase-db ... done
Removing network supabase_default

OS: Ubuntu 20.04 LTS
**Issue**: Calling `supabase stop` doesn't affect on running containers. 

*supabase start*: docker-compose --file .supabase/docker/docker-compose.yml --project-name supabase up -d
> Creating network "supabase_default" with the default driver
Creating supabase-db   ... done
Creating supabase-kong ... done
Creating supabase-auth     ... done
Creating supabase-realtime ... done
Creating supabase-rest     ... done

*supabase down* with current command:  docker-compose --file .supabase/docker/docker-compose.yml  down
> Removing network docker_default
WARNING: Network docker_default not found.

*supabase down* fix:  docker-compose --file .supabase/docker/docker-compose.yml **--project-name supabase** down
> Stopping supabase-realtime ... done
Stopping supabase-rest     ... done
Stopping supabase-auth     ... done
Stopping supabase-kong     ... done
Stopping supabase-db       ... done
Removing supabase-realtime ... done
Removing supabase-rest     ... done
Removing supabase-auth     ... done
Removing supabase-kong     ... done
Removing supabase-db       ... done
Removing network supabase_default
@kiwicopple
Copy link
Copy Markdown
Member

🔥 thanks for the help @any-me

@kiwicopple kiwicopple merged commit 2297a47 into supabase:main Apr 1, 2021
@github-actions
Copy link
Copy Markdown

github-actions Bot commented Apr 1, 2021

🎉 This PR is included in version 0.3.4 🎉

The release is available on:

Your semantic-release bot 📦🚀

dumko2001 pushed a commit to dumko2001/cli that referenced this pull request Mar 15, 2026
kallebysantos pushed a commit to kallebysantos/supabase-cli that referenced this pull request May 6, 2026
## What kind of change does this PR introduce?

Switch to `pnpm` as package manager

## What is the current behavior?

`bun` is being used as the package manager

## What is the new behavior?

`pnpm` is being used as the package manager

---------

Co-authored-by: Julien Goux <hi@jgoux.dev>
@supabase-cli-releaser supabase-cli-releaser Bot mentioned this pull request May 12, 2026
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

Successfully merging this pull request may close these issues.

2 participants