Skip to content

Commit 2f48902

Browse files
authored
Merge pull request #76886 from ShaunaDiaz/OSDOCS-10681
OSDOCS-10681: adds host restart to manual restore
2 parents 49ce771 + d58741d commit 2f48902

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

microshift_backup_and_restore/microshift-backup-and-restore.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ include::modules/microshift-backing-up-manually.adoc[leveloffset=+1]
2929
3030
include::modules/microshift-restoring-data-backups.adoc[leveloffset=+1]
3131

32-
include::modules/microshift-service-starting.adoc[leveloffset=+1]
32+
//include::modules/microshift-service-starting.adoc[leveloffset=+1]
3333

3434
//additional resources for restoring-data module
3535
[role="_additional-resources"]

modules/microshift-restoring-data-backups.adoc

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ On an `rpm-ostree` system, {microshift-short} backs up and restores data automat
1717

1818
* Root access to the host.
1919
* Full path of the data backup file.
20-
* {microshift-short} is stopped.
20+
* The {microshift-short} service is stopped.
2121
2222
.Procedure
2323

@@ -48,6 +48,8 @@ Replace `<my_manual_backup>` with the backup name that you used. Optional: You c
4848
$ sudo microshift restore /<mnt>/<other_backups_location>/<another_manual_backup>
4949
----
5050
Replace `<other_backups_location>` with the directory you used and `<my_manual_backup>` with the backup name you used when creating the backup you are restoring.
51-
+
51+
52+
. Restart the host. Restarting the host enables all workloads and pods to restart.
53+
5254
.Verification
53-
* Verify that your backup is restored by restarting {microshift-short} and checking the data.
55+
* Use the `oc get pods -A` command to verify that the cluster is running, then check the restored data.

0 commit comments

Comments
 (0)