mirror of https://github.com/docker/docs.git
Fix broken links
This commit is contained in:
parent
3824f061b8
commit
a3ea2e32d3
|
|
@ -37,13 +37,13 @@ Back up your Docker EE components in the following order:
|
||||||
|
|
||||||
1. [Back up your swarm](/engine/swarm/admin_guide/#back-up-the-swarm)
|
1. [Back up your swarm](/engine/swarm/admin_guide/#back-up-the-swarm)
|
||||||
2. Back up UCP
|
2. Back up UCP
|
||||||
3. [Back up DTR](../../../../dtr/2.5/guides/admin/backups-and-disaster-recovery.md)
|
3. [Back up DTR](../../dtr/2.5/admin/disaster-recovery/index.md)
|
||||||
|
|
||||||
## Backup policy
|
## Backup policy
|
||||||
|
|
||||||
As part of your backup policy you should regularly create backups of UCP.
|
As part of your backup policy you should regularly create backups of UCP.
|
||||||
DTR is backed up independently.
|
DTR is backed up independently.
|
||||||
[Learn about DTR backups and recovery](../../../../dtr/2.5/guides/admin/backups-and-disaster-recovery.md).
|
[Learn about DTR backups and recovery](../../dtr/2.5/admin/disaster-recovery/index.md).
|
||||||
|
|
||||||
To create a UCP backup, run the `{{ page.ucp_org }}/{{ page.ucp_repo }}:{{ page.ucp_version }} backup` command
|
To create a UCP backup, run the `{{ page.ucp_org }}/{{ page.ucp_repo }}:{{ page.ucp_version }} backup` command
|
||||||
on a single UCP manager. This command creates a tar archive with the
|
on a single UCP manager. This command creates a tar archive with the
|
||||||
|
|
@ -118,7 +118,7 @@ uninstall UCP from the swarm by using the `uninstall-ucp` command.
|
||||||
|
|
||||||
If you restore UCP using a different Docker swarm than the one where UCP was
|
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
|
previously deployed on, UCP will start using new TLS certificates. Existing
|
||||||
client bundles won't work anymore, so users need to download new ones.
|
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
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue