summarylogtreecommitdiffstats
path: root/postgresql-check-db-dir
diff options
context:
space:
mode:
Diffstat (limited to 'postgresql-check-db-dir')
-rwxr-xr-xpostgresql-check-db-dir6
1 files changed, 3 insertions, 3 deletions
diff --git a/postgresql-check-db-dir b/postgresql-check-db-dir
index 540f1780643e..00d20b7b9176 100755
--- a/postgresql-check-db-dir
+++ b/postgresql-check-db-dir
@@ -16,9 +16,9 @@ then
fi
# PGMAJORVERSION is major version
-PGMAJORVERSION=9.4
-# PREVMAJORVERSION is the previous major version, e.g., 8.4, for upgrades
-PREVMAJORVERSION=9.3
+PGMAJORVERSION=12
+# PREVMAJORVERSION is the previous major version
+PREVMAJORVERSION=11
# Check for the PGDATA structure
if [ -f "$PGDATA/PG_VERSION" ] && [ -d "$PGDATA/base" ]