mirror of https://github.com/docker/docs.git
"DTR needs that a majority" -> "DTR requires that a majority" (#4851)
* Update backups-and-disaster-recovery.md * Update backups-and-disaster-recovery.md
This commit is contained in:
parent
a6df37fc99
commit
464880ed16
|
@ -4,7 +4,7 @@ description: Learn how to back up your Docker Trusted Registry cluster, and to r
|
|||
keywords: docker, registry, high-availability, backup, recovery
|
||||
---
|
||||
|
||||
DTR needs that a majority (n/2 + 1) of its replicas are healthy at all times
|
||||
DTR requires that a majority (n/2 + 1) of its replicas are healthy at all times
|
||||
for it to work. So if a majority of replicas is unhealthy or lost, the only
|
||||
way to restore DTR to a working state, is by recovering from a backup. This
|
||||
is why it's important to ensure replicas are healthy and perform frequent
|
||||
|
|
|
@ -7,7 +7,7 @@ keywords: registry, high-availability, backup, recovery
|
|||
{% assign image_backup_file = "backup-images.tar" %}
|
||||
{% assign metadata_backup_file = "backup-metadata.tar" %}
|
||||
|
||||
DTR needs that a majority (n/2 + 1) of its replicas are healthy at all times
|
||||
DTR requires that a majority (n/2 + 1) of its replicas are healthy at all times
|
||||
for it to work. So if a majority of replicas is unhealthy or lost, the only
|
||||
way to restore DTR to a working state, is by recovering from a backup. This
|
||||
is why it's important to ensure replicas are healthy and perform frequent
|
||||
|
|
Loading…
Reference in New Issue