16831: arvbox: bugfix: fix bundler version issue in documentation.
[arvados.git] / tools / arvbox / lib / arvbox / docker / service / postgres / run-service
index a0771aa6a04a9ba007b49c85e298f8f44c9cc7d6..f2377a0c2dd7a544cb0a5cf87318bada12b045e1 100755 (executable)
@@ -6,7 +6,7 @@
 exec 2>&1
 set -eux -o pipefail
 
-PGVERSION=9.6
+PGVERSION=11
 
 if ! test -d /var/lib/postgresql/$PGVERSION/main ; then
     /usr/lib/postgresql/$PGVERSION/bin/initdb --locale=en_US.UTF-8 -D /var/lib/postgresql/$PGVERSION/main