summarylogtreecommitdiffstats
path: root/postgresql-check-db-dir
diff options
context:
space:
mode:
authorbanzay2018-10-30 01:50:48 +0300
committerbanzay2018-10-30 01:50:48 +0300
commit833fdb42b200341e9cab75d6170bf4ddf928d13a (patch)
treefb972ceeb4491a8368c91f010623b69576db05e9 /postgresql-check-db-dir
parentf002a0e2dfb2ec7bcd992440b47dc1af1d2f832e (diff)
downloadaur-833fdb42b200341e9cab75d6170bf4ddf928d13a.tar.gz
Update to 10.3
Diffstat (limited to 'postgresql-check-db-dir')
-rw-r--r--postgresql-check-db-dir4
1 files changed, 2 insertions, 2 deletions
diff --git a/postgresql-check-db-dir b/postgresql-check-db-dir
index aa51d7643535..acf73eb15851 100644
--- a/postgresql-check-db-dir
+++ b/postgresql-check-db-dir
@@ -16,9 +16,9 @@ then
fi
# PGMAJORVERSION is major version
-PGMAJORVERSION=9.6
+PGMAJORVERSION=10
# PREVMAJORVERSION is the previous major version
-PREVMAJORVERSION=9.5
+PREVMAJORVERSION=9.6
# Check for the PGDATA structure
if [ -f "$PGDATA/PG_VERSION" ] && [ -d "$PGDATA/base" ]