We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e26fde commit 1b41b31Copy full SHA for 1b41b31
ansible/tasks/setup-coredumps.yml
@@ -201,8 +201,8 @@
201
Debug symbols and source files are already installed via nix during the build.
202
To find the paths:
203
```
204
- sudo -u postgres nix profile list | grep postgresql_.*_debug
205
- sudo -u postgres nix profile list | grep postgresql_.*_src
+ sudo -i -u postgres nix profile list | grep postgresql_.*_debug
+ sudo -i -u postgres nix profile list | grep postgresql_.*_src
206
207
208
## Using GDB:
0 commit comments