Commit d743b8d8b8f0d9104473b1d3f7655fb904885bd2
Committed by
GitHub
1 parent
90d2321e
Update README.md
Showing
1 changed file
with
2 additions
and
8 deletions
@@ -42,16 +42,10 @@ $ ./docker-update-service.sh [SERVICE...] | @@ -42,16 +42,10 @@ $ ./docker-update-service.sh [SERVICE...] | ||
42 | 42 | ||
43 | In case when database upgrade is needed, execute the following commands: | 43 | In case when database upgrade is needed, execute the following commands: |
44 | 44 | ||
45 | -` | 45 | +``` |
46 | $ ./docker-stop-services.sh | 46 | $ ./docker-stop-services.sh |
47 | -` | ||
48 | - | ||
49 | -` | ||
50 | $ ./docker-upgrade-tb.sh --fromVersion=[FROM_VERSION] | 47 | $ ./docker-upgrade-tb.sh --fromVersion=[FROM_VERSION] |
51 | -` | ||
52 | - | ||
53 | -` | ||
54 | $ ./docker-start-services.sh | 48 | $ ./docker-start-services.sh |
55 | -` | 49 | +``` |
56 | 50 | ||
57 | - `FROM_VERSION` - from which version upgrade should be started. | 51 | - `FROM_VERSION` - from which version upgrade should be started. |