summarylogtreecommitdiffstats
path: root/postgresql-check-db-dir
diff options
context:
space:
mode:
Diffstat (limited to 'postgresql-check-db-dir')
-rwxr-xr-xpostgresql-check-db-dir4
1 files changed, 2 insertions, 2 deletions
diff --git a/postgresql-check-db-dir b/postgresql-check-db-dir
index acf73eb15851..fabca97e2c49 100755
--- a/postgresql-check-db-dir
+++ b/postgresql-check-db-dir
@@ -16,9 +16,9 @@ then
fi
# PGMAJORVERSION is major version
-PGMAJORVERSION=10
+PGMAJORVERSION=11
# PREVMAJORVERSION is the previous major version
-PREVMAJORVERSION=9.6
+PREVMAJORVERSION=10
# Check for the PGDATA structure
if [ -f "$PGDATA/PG_VERSION" ] && [ -d "$PGDATA/base" ]