-
Notifications
You must be signed in to change notification settings - Fork 225
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
Postgresql service not shutting down (process-compose hangs) #2354
Comments
my current workaround is this script |
@behzade that works. Thanks. |
Maybe related to F1bonacc1/process-compose#258 |
## Summary Process-compose 1.34 introduces a bug that causes postgresql and other daemon-based processes to hang indefinitely. See #2354 for more details. ## How was it tested? Tested postgresql plugin using 1.34, 1.27 -- verified that the issue still existed Tested postgresql plugin with 1.24.2 -- verified the issue was resolved
@carlotm Doing some testing with this, I think the best option is to revert process-compose to 1.24.2 until there is a fix on the process-compose side. I'm seeing the same issue, but can't create a process-compose.yaml that reliably circumvents it |
@Lagoja thanks for testing. Dumb question: |
New release is out at 0.13.5 that reverts process-compose back to 1.24.2. Can you verify that fixes the issue? @carlotm, we don't currently support it, but this issue makes me think we should have some override. An issue is that letting users override the version of process-compose they want to use may break some Devbox features, so we'd probably want a minimum version requirement somewhere. |
What happened?
What's happening
The postgresql service does not shut down correctly.
The
process-compose
TUI hangs forever when trying to quit.The postgresql os processes are kept running if you kill the process-compose terminal.
What to expect
If you press
F10
the postgresql service should shut down correctly.Steps to reproduce
glibcLocales
if needed, andpostgresql
devbox services up
F10
which also quits the TUICommand
services
devbox.json
Devbox version
0.13.4
Nix version
No response
What system does this bug occur on?
Linux (x86-64)
Debug logs
No response
The text was updated successfully, but these errors were encountered: