Update README.md

This commit is contained in:
Igor Kulikov 2018-10-24 20:04:45 +03:00 committed by GitHub
parent 90d2321ec2
commit d743b8d8b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -42,16 +42,10 @@ $ ./docker-update-service.sh [SERVICE...]
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.