|
16 | 16 | | --------------------------------------------------------------------------------------- | :---------------: | :----------------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
|
17 | 17 | | Backup & Restore Workload Data | ✓ | ✓ | Deployment, DaemonSet, StatefulSet, ReplicaSet, ReplicationController, OpenShift DeploymentConfig |
|
18 | 18 | | Backup & Restore Stand-alone Volume (PVC) | ✓ | ✓ | PersistentVolumeClaim, PersistentVolume |
|
19 |
| -| Backup & Restore databases | ✓ | ✓ | PostgreSQL, MySQL, MongoDB, Elasticsearch, Percona-XtraDB | |
20 | 19 | | Schedule Backup, Instant Backup | ✓ | ✓ | Schedule through [cron expression](https://en.wikipedia.org/wiki/Cron) or trigger instant backup using Stash Kubernetes plugin |
|
21 | 20 | | Pause Backup | ✓ | ✓ | No new backup when paused. |
|
22 | 21 | | Backup & Restore subset of files | ✓ | ✓ | Only backup/restore the files that matches the provided patterns |
|
|
30 | 29 | | Hooks | ✓ | ✓ | Execute `httpGet`, `httpPost`, `tcpSocket` and `exec` hooks before and after of backup or restore process. |
|
31 | 30 | | Cloud Storage as Backend | ✓ | ✓ | Stores backup data in AWS S3, Minio, Rook, GCS, Azure, OpenStack Swift, Backblaze B2 and Rest Server |
|
32 | 31 | | On-prem Storage as Backend | ✗ | ✓ | Stores backup data in any locally mounted Kubernetes Volumes such as NFS, etc. |
|
| 32 | +| Backup & Restore databases | ✗ | ✓ | PostgreSQL, MySQL, MongoDB, Elasticsearch, Redis, MariaDB, Percona XtraDB | |
33 | 33 | | Auto Backup | ✗ | ✓ | Share backup configuration across workloads using templates. Enable backup for a target application via annotation. |
|
34 | 34 | | Batch Backup & Batch Restore | ✗ | ✓ | Backup and restore co-related applications (eg, WordPress server and its database) together |
|
35 | 35 | | Point-In-Time Recovery (PITR) | ✗ | Planned | Restore a set of files from a time in the past. |
|
|
0 commit comments