Skip to content

Commit a672fef

Browse files
authored
Merge pull request #809 from syaseen-rh/RHOAIENG-27173
RHOAIENG-27173: updates to backup and restore section
2 parents a7b5c80 + 2bce36b commit a672fef

File tree

3 files changed

+29
-2
lines changed

3 files changed

+29
-2
lines changed

managing-odh.adoc

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,13 @@ include::modules/enabling-amd-gpus.adoc[leveloffset=+3]
6060

6161
include::assemblies/managing-distributed-workloads.adoc[leveloffset=+1]
6262

63-
include::modules/backing-up-storage-data.adoc[leveloffset=+1]
63+
== Backup and restore
64+
65+
Backing up {productname-short} involves various components, including the {openshift-platform} cluster and storage data.
66+
67+
include::modules/backing-up-storage-data.adoc[leveloffset=+2]
68+
69+
include::modules/backing-up-your-cluster.adoc[leveloffset=+2]
70+
//End of backup section
6471

6572
include::assemblies/viewing-logs-and-audit-records.adoc[leveloffset=+1]

modules/backing-up-storage-data.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@ It is a best practice to back up the data on your persistent volume claims (PVCs
88

99
Backing up your data is particularly important before you delete a user and before you uninstall {productname-short}, as all PVCs are deleted when {productname-short} is uninstalled.
1010

11-
See the documentation for your cluster platform for more information about backing up your PVCs.
11+
For more information about backing up PVCs for your cluster platform, see link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/backup_and_restore/oadp-application-backup-and-restore.html[OADP Application backup and restore] in the OpenShift Container Platform documentation.
1212

1313
[role="_additional-resources"]
1414
.Additional resources
15+
ifdef::self-managed,upstream[]
1516
* link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html/storage/understanding-persistent-storage[Understanding persistent storage]
17+
endif::[]

modules/backing-up-your-cluster.adoc

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
:_module-type: CONCEPT
2+
3+
[id='backing-up-your-cluster_{context}']
4+
= Backing up your cluster
5+
[role='_abstract']
6+
7+
If you plan to upgrade or uninstall {productname-short} on your cluster, back up your cluster data so that you can restore it later if needed.
8+
9+
ifdef::upstream,self-managed[]
10+
For more information, see link:https://docs.redhat.com/en/documentation/openshift_container_platform/{ocp-latest-version}/html-single/backup_and_restore/index[Backup and restore] in the OpenShift Container Platform documentation.
11+
endif::[]
12+
13+
ifdef::cloud-service[]
14+
For more information, see link:https://docs.redhat.com/en/documentation/red_hat_openshift_service_on_aws/{rosa-latest-version}/html/backup_and_restore/index[Backup and restore] in the Red Hat OpenShift Service on AWS (ROSA) documentation.
15+
endif::[]
16+
17+
//[role="_additional-resources"]
18+
//.Additional resources

0 commit comments

Comments
 (0)