Note: Official Overview and documentation can be found in the OpenShift Documentation
Documentation in this repository are considered unofficial and for development purposes only.
Table of Contents
- About
- Installing OADP
- API References
- API Usage
- Configure Plugins
- Backup Storage Locations and Volume Snapshot Locations
- Resource Requests and Limits
- Self-Signed Certificate
- Use NooBaa as a Backup Storage Location
- Use Velero --features flag
- Use Custom Plugin Images for Velero
- Upgrade from 0.2
- Examples
- Stateless App Backup/Restore
- Stateful App Backup/Restore
- CSI Backup/Restore
- Data Mover (OADP 1.2 or below)
- Troubleshooting
- Contribute
- Install & Build from Source
- OLM Integration
- Test Operator Changes
- E2E Test Suite
- Velero Version Relationship
About
OADP is the OpenShift API for Data Protection operator. This open source operator
sets up and installs Velero on the OpenShift
platform, allowing users to backup and restore applications. See video demo!
- We maintain an up to date FAQ page here
Velero Version Relationship
By default, OADP will install the forked versions of Velero that exist under the
openshift organization. These images have minor tweaks to support the OpenShift
specific use cases of using Velero with OCP. The openshift images tend to lag
behind Velero upstream releases as we are more cautious about supporting older
versions. Here is the default mapping of versions:
| OADP Version |
Velero Version |
| v0.2.6 |
v1.6.0 |
| v0.5.5 |
v1.7.1 |
| v1.0.0 - v1.0.z |
v1.7.1 |
| v1.1.0 |
v1.9.1 |
| v1.1.1 |
v1.9.4 |
| v1.1.2 - v1.1.5 |
v1.9.5 |
| v1.2.0 |
v1.11.0 |
| v1.3.0 |
v1.12.1 |
| v1.3.1 |
v1.12.4 |
| v1.4.0 |
v1.14.0 |