From 5e02f7e4bf384250f4c6afee269e4b7719eeec88 Mon Sep 17 00:00:00 2001 From: Guo Xiang Tan Date: Tue, 17 Apr 2018 13:44:27 +0800 Subject: [PATCH] Add instructions for users that do not want to upgrade at the moment. --- templates/postgres.template.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/templates/postgres.template.yml b/templates/postgres.template.yml index b1337eb..63c1ead 100644 --- a/templates/postgres.template.yml +++ b/templates/postgres.template.yml @@ -67,6 +67,8 @@ run: if [ "$free_disk" -lt "$required" ]; then echo "WARNING: Upgrading PostgresSQL would require an addtional $(numfmt --to=si $(($required - $free_disk))) of disk space" echo "Please free up some space, or expand your disk, before continuing." + echo '' + echo 'To avoid upgrading change "templates/postgres.template.yml" TO "templates/postgres.9.5.template.yml" in containers/app.yml' exit 1 fi -- 2.25.1