From 72b89d4de55015aabf88b06da3b77cd6d5b051bc Mon Sep 17 00:00:00 2001 From: Allen Hancock Date: Sat, 2 Jul 2016 17:26:57 -0500 Subject: [PATCH] clarify steps for completing the upgrade --- templates/postgres.template.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/postgres.template.yml b/templates/postgres.template.yml index f9517dd..8689c81 100644 --- a/templates/postgres.template.yml +++ b/templates/postgres.template.yml @@ -116,7 +116,9 @@ run: echo echo Old ${PG_MAJOR_OLD} database is stored at /shared/postgres_data_old echo - echo Please run "./launcher rebuild" again + echo To complete the upgrade, rebuild again using: + echo + echo ./launcher rebuild app echo ------------------------------------------------------------------------------------- # Magic exit status to denote no failure exit 77 -- 2.25.1