We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef57498 commit afdda81Copy full SHA for afdda81
1 file changed
tmt/tests/container/sanity/upgrade/upgrade.sh
@@ -57,7 +57,7 @@ dnf -y install postgresql17-upgrade
57
./bin/postgresql-setup --upgrade
58
59
su - postgres -c "
60
-/usr/bin/pg_ctl -D $PGDATA -l $LOGFILE -o start
+/usr/bin/pg_ctl -D $PGDATA -l $LOGFILE start
61
/usr/bin/pg_ctl -D $PGDATA status && echo \"PostgreSQL is running\" || { echo \"PostgreSQL is NOT running\"; exit 1; }
62
"
63
0 commit comments