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.