mention how to scale dtr after restoring

fix #1083
This commit is contained in:
Viktor Stanchev 2017-02-17 15:50:13 -08:00 committed by Joao Fernandes
parent 334a355130
commit 194e10b8a6
1 changed files with 3 additions and 0 deletions

View File

@ -197,6 +197,9 @@ it in as an environment variable using the same approach as for the backup comma
$ read -sp 'ucp password: ' PASS; UCP_PASSWORD=$PASS docker run -i --rm -e UCP_PASSWORD docker/dtr restore ...
```
After you successfully restore DTR, you can join new replicas the same way you
would after a fresh installation.
## Where to go next
* [Set up high availability](configure/set-up-high-availability.md)