diff --git a/_config.yml b/_config.yml index 96d63c1b6a..4ba85a76a3 100644 --- a/_config.yml +++ b/_config.yml @@ -58,7 +58,7 @@ dtr_versions: path: /datacenter/dtr/2.0/ tablabels: - dee-2.0: Docker Enterprise Edition 2.0 + dee-2.0: Docker Enterprise Edition 2.0 Beta2 ucp-3.0: Universal Control Plane 3.0 ucp-2.2: Universal Control Plane 2.2 dtr-2.5: Docker Trusted Registry 2.5 @@ -155,7 +155,7 @@ defaults: values: dtr_org: "docker" dtr_repo: "dtr" - dtr_version: "2.5.0" + dtr_version: "2.5.0-beta2" - scope: path: "datacenter/dtr/2.4" values: @@ -191,7 +191,7 @@ defaults: values: ucp_org: "docker" ucp_repo: "ucp" - ucp_version: "3.0.0-beta1" + ucp_version: "3.0.0-beta2" - scope: path: "datacenter/ucp/2.2" values: diff --git a/ee/backup.md b/ee/backup.md index f28b442a82..722a6d4de4 100644 --- a/ee/backup.md +++ b/ee/backup.md @@ -19,7 +19,7 @@ for each of the following components: 1. Docker Swarm. [Backup Swarm resources like service and network definitions](/engine/swarm/admin_guide.md#back-up-the-swarm). 2. Universal Control Plane (UCP). [Backup UCP configurations](/ee/ucp/admin/backups-and-disaster-recovery.md). -3. Docker Trusted Registry (DTR). [Backup DTR configurations and images](/ee/dtr/admin/backups-and-disaster-recovery.md). +3. Docker Trusted Registry (DTR). [Backup DTR configurations and images](/ee/dtr/admin/disaster-recovery/index.md). Before proceeding to backup the next component, you should test the backup you've created to make sure it's not corrupt. One way to test your backups is to do @@ -40,6 +40,6 @@ components one by one: 1. Docker Engine. [Learn more](/engine/swarm/admin_guide.md#recover-from-disaster). 2. Universal Control Plane (UCP). [Learn more](/ee/ucp/admin/backups-and-disaster-recovery.md#restore-your-swarm). -3. Docker Trusted Registry (DTR). [Learn more](/ee/dtr/admin/backups-and-disaster-recovery.md#restore-dtr-data). +3. Docker Trusted Registry (DTR). [Learn more](/ee/dtr/admin/disaster-recovery/index.md). {% endif %}