Skip to content

Commit

Permalink
Added completion message once post upgrade tasks have run
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed Oct 2, 2024
1 parent b102d1e commit 012cf27
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions pgautoupgrade-postupgrade.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,4 +80,8 @@ if [ "x${PGAUTO_ONESHOT}" = "xyes" ]; then
echo "'One shot' automatic upgrade was requested, so exiting now that the post upgrade scripting has finished"
echo "*******************************************************************************************************"
pg_ctl stop -D "${PGDATA}"
else
echo "**************************************************************************************************"
echo "Post upgrade tasks have completed successfully. PostgreSQL should now be fully updated and usable"
echo "**************************************************************************************************"
fi

0 comments on commit 012cf27

Please sign in to comment.