From 7d44dced4303d9c560e225cf6413984fef6c9ee6 Mon Sep 17 00:00:00 2001 From: nate smith Date: Sun, 18 Aug 2024 16:19:00 -0500 Subject: [PATCH] more pg hax --- pg.env | 1 + 1 file changed, 1 insertion(+) diff --git a/pg.env b/pg.env index 7b90ff8..d58b3fc 100644 --- a/pg.env +++ b/pg.env @@ -1,5 +1,6 @@ # export PGCTL="/usr/lib/postgresql/14/bin/pg_ctl" # tilde.town export PGCTL="pg_ctl" +# export PGDATA="/mnt/volume_tor1_01/trunkless/pgdata" # tilde.town export PGDATA="$PWD/pgdata" export PGHOST="$PGDATA/sockets" export PGDATABASE="postgres"