Skip to content

Commit 6f7483d

Browse files
authored
Merge pull request #85926 from lahinson/ocpbugs-12781-etcd-backup
[OCPBUGS-45851]: Correcting etcd backup docs
2 parents 1b3df32 + 9473bf7 commit 6f7483d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backup_and_restore/control_plane_backup_and_restore/backing-up-etcd.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ etcd is the key-value store for {product-title}, which persists the state of all
1010

1111
Back up your cluster's etcd data regularly and store in a secure location ideally outside the {product-title} environment. Do not take an etcd backup before the first certificate rotation completes, which occurs 24 hours after installation, otherwise the backup will contain expired certificates. It is also recommended to take etcd backups during non-peak usage hours because the etcd snapshot has a high I/O cost.
1212

13-
Be sure to take an etcd backup after you update your cluster. This is important because when you restore your cluster, you must use an etcd backup that was taken from the same z-stream release. For example, an {product-title} 4.y.z cluster must use an etcd backup that was taken from 4.y.z.
13+
Be sure to take an etcd backup before you update your cluster. Taking a backup before you update is important because when you restore your cluster, you must use an etcd backup that was taken from the same z-stream release. For example, an {product-title} 4.17.5 cluster must use an etcd backup that was taken from 4.17.5.
1414

1515
[IMPORTANT]
1616
====
@@ -30,4 +30,4 @@ include::modules/backup-etcd.adoc[leveloffset=+1]
3030
// Creating automated etcd backups
3131
include::modules/etcd-creating-automated-backups.adoc[leveloffset=+1]
3232
include::modules/creating-single-etcd-backup.adoc[leveloffset=+2]
33-
include::modules/creating-recurring-etcd-backups.adoc[leveloffset=+2]
33+
include::modules/creating-recurring-etcd-backups.adoc[leveloffset=+2]

0 commit comments

Comments
 (0)