From dc1c76201cdfb3f50a6bf3d9f4e08abff2562e50 Mon Sep 17 00:00:00 2001 From: Sylvain Date: Mon, 4 Jun 2018 12:06:14 +0200 Subject: [PATCH] fix elastic_upgrade doc --- doc/elastic_upgrade.md | 1 + 1 file changed, 1 insertion(+) diff --git a/doc/elastic_upgrade.md b/doc/elastic_upgrade.md index 966d9282b..d287a09a5 100644 --- a/doc/elastic_upgrade.md +++ b/doc/elastic_upgrade.md @@ -17,4 +17,5 @@ Once you've understood all the points above, you can run the migration script wi ```bash cd /apps/fabmanager # do not run as root, elevation will be prompted if needed +\curl https://raw.githubusercontent.com/LaCasemate/fab-manager/master/scripts/elastic-upgrade.sh | bash ```