Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ EOF
UPGRADE_COMMAND="$UPGRADE_COMMAND --check"
else
echo "9. Stopping postgres; running pg_upgrade"
systemctl stop postgresql
retry 5 systemctl stop postgresql
fi

su -c "$UPGRADE_COMMAND" -s "$SHELL" postgres
Expand Down