-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Postgres service is not properly stopped #2403
Comments
Just realized that there are newer devbox versions and that there was a devbox-compose rollback in 0.13.5 - I have installed from |
You can run |
@DerArkeN when running this with the nix version, it says that I am already at the newest version. (but thanks anyway) |
Interesting, I am using the same nix version and don't have a problem updating to the newest version... Maybe try reinstalling devbox if the issue persists? |
I've been hit by this as well. The workaround for now is to manually issue I'm also stuck on |
What happened?
When using the postgres plugin and running
devbox services stop
, devbox signals, that postgres has been shutdown, and alsodevbox services ls
shows no running service. However postgres is still active as a process. Meaning I still can connect to the postgres instance via e.g.psql
and it also shows up with the devbox-path when runningps aux | grep postgres
.Steps to reproduce
devbox services start
devbox services stop
devbox services ls
ps aux | grep postgres
Command
services
devbox.json
Devbox version
0.13.4
Nix version
nix (Nix) 2.24.9
What system does this bug occur on?
macOS (Apple Silicon)
Debug logs
No response
The text was updated successfully, but these errors were encountered: