-
Notifications
You must be signed in to change notification settings - Fork 61
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
Added dockerfile with postgres debug build #233
Conversation
Benchmarks
|
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #233 +/- ##
==========================================
- Coverage 78.20% 77.85% -0.35%
==========================================
Files 23 23
Lines 1647 1653 +6
Branches 405 410 +5
==========================================
- Hits 1288 1287 -1
- Misses 178 185 +7
Partials 181 181 |
Are there any downsides to using this image? |
Yes actually it is fine, I have changed it to use the debug version |
This dockerfile can help to better debug the database crashes as it has postgres built with debug symbols.
In the top of the Dockerfile you can find the instructions on how to build and run the image to use gdb