mirror of https://github.com/docker/docs.git
Add note about restore and client bundles
This commit is contained in:
parent
88e69c90ce
commit
120c1c1f23
|
@ -116,6 +116,10 @@ To restore an existing UCP installation from a backup, you need to
|
||||||
uninstall UCP from the swarm by using the `uninstall-ucp` command.
|
uninstall UCP from the swarm by using the `uninstall-ucp` command.
|
||||||
[Learn to uninstall UCP](install/uninstall.md).
|
[Learn to uninstall UCP](install/uninstall.md).
|
||||||
|
|
||||||
|
If you restore UCP using a different Docker swarm than the one where UCP was
|
||||||
|
previously deployed on, UCP will start using new TLS certificates. Existing
|
||||||
|
client bundles won't work anymore, so users need to download new ones.
|
||||||
|
|
||||||
When restoring, make sure you use the same version of the `docker/ucp` image
|
When restoring, make sure you use the same version of the `docker/ucp` image
|
||||||
that you've used to create the backup. The example below shows how to restore
|
that you've used to create the backup. The example below shows how to restore
|
||||||
UCP from an existing backup file, presumed to be located at
|
UCP from an existing backup file, presumed to be located at
|
||||||
|
|
Loading…
Reference in New Issue