Skip to content

Commit 194e10b

Browse files
vikstrousjoaofnfernandes
authored andcommitted
mention how to scale dtr after restoring
fix docker#1083
1 parent 334a355 commit 194e10b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

datacenter/dtr/2.2/guides/admin/backups-and-disaster-recovery.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -197,6 +197,9 @@ it in as an environment variable using the same approach as for the backup comma
197197
$ read -sp 'ucp password: ' PASS; UCP_PASSWORD=$PASS docker run -i --rm -e UCP_PASSWORD docker/dtr restore ...
198198
```
199199

200+
After you successfully restore DTR, you can join new replicas the same way you
201+
would after a fresh installation.
202+
200203
## Where to go next
201204

202205
* [Set up high availability](configure/set-up-high-availability.md)

0 commit comments

Comments
 (0)