Skip to content

Commit

Permalink
doc(system restore): support backup backing image in system backup re…
Browse files Browse the repository at this point in the history
…store

ref: longhorn/longhorn 5085

Signed-off-by: Jack Lin <[email protected]>
  • Loading branch information
ChanYiLin committed Jun 24, 2024
1 parent fb32bc6 commit fba3d13
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ weight: 1
Longhorn system backup creates a resource bundle and uploads it to the remote backup target.

It includes below resources associating with the Longhorn system:
- BackingImages
- ClusterRoles
- ClusterRoleBindings
- ConfigMaps
Expand All @@ -37,8 +38,6 @@ It includes below resources associating with the Longhorn system:
- StorageClasses
- Volumes

> **Warning:** Longhorn does not backup `BackingImages`. We will improve this part in the future. See [Restore Longhorn System - Prerequisite](../restore-longhorn-system/#prerequisite) for restoring volumes created with the backing image.
> **Note:** Longhorn does not backup `Nodes`. The Longhorn manager on the target cluster is responsible for creating its own Longhorn `Node` custom resources.
> **Note:** Longhorn system backup bundle only includes resources operated by Longhorn.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,6 @@ You can restore the Longhorn system using Longhorn UI. Or with the `kubectl` com
- Have a Longhorn system backup.

See [Backup Longhorn System - Create Longhorn System Backup](../backup-longhorn-system#create-longhorn-system-backup) for instructions.
- Have volume `BackingImages` available in the cluster.

In case of the `BackingImage` absence, Longhorn will skip the restoration for that `Volume` and its `PersistentVolume` and `PersistentVolumeClaim`.
- All existing `Volumes` are detached.

### Using Longhorn UI
Expand Down

0 comments on commit fba3d13

Please sign in to comment.