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 6635ff6 commit 310d59cCopy full SHA for 310d59c
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