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 0ad6a1b commit 50a49f8Copy full SHA for 50a49f8
tmt/tests/container/sanity/init/init.sh
@@ -20,7 +20,7 @@ make
20
PGDATA=/var/lib/pgsql/data
21
LOGFILE=/var/lib/pgsql/logfile
22
su - postgres -c "
23
-/usr/bin/pg_ctl -D $PGDATA -l $LOGFILE start
24
-pg_ctl -D $PGDATA status && echo \"PostgreSQL is running\" || { echo \"PostgreSQL is NOT running\"; exit 1; }
+/usr/bin/pg_ctl -D $PGDATA -l $LOGFILE -o \"-c unix_socket_directories=/tmp\" start
+/usr/bin/pg_ctl -D $PGDATA status && echo \"PostgreSQL is running\" || { echo \"PostgreSQL is NOT running\"; exit 1; }
25
"
26
0 commit comments