From 88fa216c9198b0c1108f4589df91c5208647857a Mon Sep 17 00:00:00 2001 From: Igor Kulikov Date: Wed, 24 Oct 2018 19:59:06 +0300 Subject: [PATCH] Update README.md --- docker/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/docker/README.md b/docker/README.md index b5e2ea9cbf..b05c4b3726 100644 --- a/docker/README.md +++ b/docker/README.md @@ -44,10 +44,12 @@ In case when database upgrade is needed, execute the following commands: ` $ ./docker-stop-services.sh - +` +` $ ./docker-upgrade-tb.sh --fromVersion=[FROM_VERSION] - +` +` $ ./docker-start-services.sh -` +` - `FROM_VERSION` - from which version upgrade should be started.