---
main/postgresql/postgresql.pre-upgrade | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/main/postgresql/postgresql.pre-upgrade b/main/postgresql/postgresql.pre-upgrade
index 6116252c19..18b265d1d4 100644
--- a/main/postgresql/postgresql.pre-upgrade+++ b/main/postgresql/postgresql.pre-upgrade
@@ -16,8 +16,8 @@ if [ -f /etc/conf.d/postgresql ]; then
fi
cat <<EOF
-* You are upgrading to postgres $pgver wich is not compatible with the running-* See: http://www.postgresql.org/docs/$pgver/static/upgrading.html+* You are upgrading to postgres $pgver, which is not compatible with the running+* version. See: http://www.postgresql.org/docs/$pgver/static/upgrading.html*
* The corresponding steps for Alpine Linux is:
*
--
2.24.1