Skip to content

Commit 7dd46e9

Browse files
committed
chore: rm debugging
1 parent 39827b2 commit 7dd46e9

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

flake.nix

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -569,15 +569,6 @@
569569
570570
#postgres -D "$PGDATA" -k "$TMPDIR" -h localhost -p 5432 >$TMPDIR/logfile/postgresql.log 2>&1 &
571571
pg_ctl -D "$PGDATA" -l $TMPDIR/logfile/postgresql.log -o "-k $TMPDIR -p 5432" start
572-
# If server fails to start, output diagnostic information
573-
if ! pg_ctl -D $TMPDIR/pgdata status > /dev/null 2>&1; then
574-
echo "=== PostgreSQL Log ==="
575-
cat $TMPDIR/logfile/postgresql.log
576-
echo "=== System Information ==="
577-
ls -la $TMPDIR/pgdata
578-
whoami
579-
groups
580-
fi
581572
for i in {1..60}; do
582573
if pg_isready -h localhost -p 5432; then
583574
echo "PostgreSQL is ready"

0 commit comments

Comments
 (0)