Update minimum PostgreSQL version to 14 in preinstall script

This commit is contained in:
Clemens Beck 2024-05-02 10:35:04 +02:00
parent 68c7cef304
commit 73302450b5
No known key found for this signature in database
GPG Key ID: 4EC101F2BFCCFEFA
1 changed files with 1 additions and 1 deletions

View File

@ -60,7 +60,7 @@ upgrade_check() {
}
pg_check() {
PG_MIN_VERSION=13
PG_MIN_VERSION=14
# Fetch the currently running version from the database
# If this doesn't work, assume this isn't a database node