Skip to content

Commit 1b41b31

Browse files
samroseza-arthur
andauthored
Update ansible/tasks/setup-coredumps.yml
Co-authored-by: Artur Zakirov <[email protected]>
1 parent 5e26fde commit 1b41b31

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/tasks/setup-coredumps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -201,8 +201,8 @@
201201
Debug symbols and source files are already installed via nix during the build.
202202
To find the paths:
203203
```
204-
sudo -u postgres nix profile list | grep postgresql_.*_debug
205-
sudo -u postgres nix profile list | grep postgresql_.*_src
204+
sudo -i -u postgres nix profile list | grep postgresql_.*_debug
205+
sudo -i -u postgres nix profile list | grep postgresql_.*_src
206206
```
207207
208208
## Using GDB:

0 commit comments

Comments
 (0)