Skip to content

Instantly share code, notes, and snippets.

@jwmatthews
Created December 10, 2021 15:55
Show Gist options
  • Save jwmatthews/f5717b1049bbea880a78c204adb40ceb to your computer and use it in GitHub Desktop.
Save jwmatthews/f5717b1049bbea880a78c204adb40ceb to your computer and use it in GitHub Desktop.
OADP Lab Section 5 - Restore mssql
$ velero restore describe mssql-restore -n openshift-adp
Name: mssql-restore
Namespace: openshift-adp
Labels: <none>
Annotations: <none>
Phase: Completed
Total items to be restored: 45
Items restored: 45
Started: 2021-12-10 15:53:59 +0000 UTC
Completed: 2021-12-10 15:54:02 +0000 UTC
Warnings:
Velero: <none>
Cluster: could not restore, volumesnapshotcontents.snapshot.storage.k8s.io "snapcontent-d513d967-435b-4aee-b91c-5614218b0639
" already exists. Warning: the in-cluster version is different than the backed-up version.
could not restore, securitycontextconstraints.security.openshift.io "mssql-persistent-scc" already exists. Warning:
the in-cluster version is different than the backed-up version.
Namespaces:
mssql-persistent: could not restore, rolebindings.authorization.openshift.io "system:deployers" already exists. Warning: t
he in-cluster version is different than the backed-up version.
could not restore, rolebindings.authorization.openshift.io "system:image-builders" already exists. Warni
ng: the in-cluster version is different than the backed-up version.
could not restore, rolebindings.authorization.openshift.io "system:image-pullers" already exists. Warnin
g: the in-cluster version is different than the backed-up version.
Backup: mssql-backup
Namespaces:
Included: all namespaces found in the backup
Excluded: <none>
Resources:
Included: *
Excluded: nodes, events, events.events.k8s.io, backups.velero.io, restores.velero.io, resticrepositories.velero.io
Cluster-scoped: auto
Namespace mappings: <none>
Label selector: <none>
Restore PVs: auto
Preserve Service NodePorts: auto
[~] $
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment