Skip to content

Commit 8b86091

Browse files
authored
Merge pull request #59064 from CarmiWisemon/oadp1582providers
OADP-1582 s3 backup storage providers
2 parents e975855 + 62e2079 commit 8b86091

File tree

2 files changed

+48
-0
lines changed

2 files changed

+48
-0
lines changed

backup_and_restore/application_backup_and_restore/installing/about-installing-oadp.adoc

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ If your cloud provider does not support snapshots or if your storage is NFS, you
3636

3737
You create a default `Secret` and then you install the Data Protection Application.
3838

39+
include::modules/oadp-s3-compatible-backup-storage-providers.adoc[leveloffset=+1]
3940

4041
include::modules/oadp-configuring-noobaa-for-dr.adoc[leveloffset=+1]
4142

Lines changed: 47 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,47 @@
1+
// Module included in the following assemblies:
2+
//
3+
// * backup_and_restore/application_backup_and_restore/installing/installing-oadp-ocs.adoc
4+
5+
:_content-type: CONCEPT
6+
[id="oadp-s3-compatible-backup-storage-providers_{context}"]
7+
= AWS S3 compatible backup storage providers
8+
9+
OADP is compatible with many object storage providers for use with different backup and snapshot operations. Several object storage providers are fully supported, several are unsupported but known to work, and some have known limitations.
10+
11+
[id="oadp-s3-compatible-backup-storage-providers-supported"]
12+
== Supported backup storage providers
13+
14+
The following AWS S3 compatible object storage providers, are fully supported by OADP through the AWS plugin for use as backup storage locations:
15+
16+
* MinIO
17+
* Multicloud Object Gateway (MCG) with NooBaa
18+
* Amazon Web Services (AWS) S3
19+
20+
[NOTE]
21+
====
22+
The following compatible object storage providers are supported and have their own Velero object store plugins:
23+
24+
* Google Cloud Platform (GCP)
25+
* Microsoft Azure
26+
====
27+
28+
[id="oadp-s3-compatible-backup-storage-providers-unsupported"]
29+
== Unsupported backup storage providers
30+
31+
The following AWS S3 compatible object storage providers, are known to work with Velero through the AWS plugin, for use as backup storage locations, however, they are unsupported and have not been tested by Red Hat:
32+
33+
* IBM Cloud
34+
* Oracle Cloud
35+
* DigitalOcean
36+
* NooBaa
37+
* Tencent Cloud
38+
* Ceph RADOS v12.2.7
39+
* Quobyte
40+
* Cloudian HyperStore
41+
42+
[id="oadp-s3-compatible-backup-storage-providers-known-limitations"]
43+
== Backup storage providers with known limitations
44+
45+
The following AWS S3 compatible object storage providers are known to work with Velero through the AWS plugin with a limited feature set:
46+
47+
* Swift - It works for use as a backup storage location for backup storage, but is not compatible with Restic for filesystem-based volume backup and restore.

0 commit comments

Comments
 (0)