Skip to content

Commit 09f7213

Browse files
authored
Document database addons as enterprise feature (#1195)
Signed-off-by: Tamal Saha <tamal@appscode.com>
1 parent 77b40b2 commit 09f7213

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
| --------------------------------------------------------------------------------------- | :---------------: | :----------------: | ------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
1717
| Backup & Restore Workload Data | &#10003; | &#10003; | Deployment, DaemonSet, StatefulSet, ReplicaSet, ReplicationController, OpenShift DeploymentConfig |
1818
| Backup & Restore Stand-alone Volume (PVC) | &#10003; | &#10003; | PersistentVolumeClaim, PersistentVolume |
19-
| Backup & Restore databases | &#10003; | &#10003; | PostgreSQL, MySQL, MongoDB, Elasticsearch, Percona-XtraDB |
2019
| Schedule Backup, Instant Backup | &#10003; | &#10003; | Schedule through [cron expression](https://en.wikipedia.org/wiki/Cron) or trigger instant backup using Stash Kubernetes plugin |
2120
| Pause Backup | &#10003; | &#10003; | No new backup when paused. |
2221
| Backup & Restore subset of files | &#10003; | &#10003; | Only backup/restore the files that matches the provided patterns |
@@ -30,6 +29,7 @@
3029
| Hooks | &#10003; | &#10003; | Execute `httpGet`, `httpPost`, `tcpSocket` and `exec` hooks before and after of backup or restore process. |
3130
| Cloud Storage as Backend | &#10003; | &#10003; | Stores backup data in AWS S3, Minio, Rook, GCS, Azure, OpenStack Swift, Backblaze B2 and Rest Server |
3231
| On-prem Storage as Backend | &#10007; | &#10003; | Stores backup data in any locally mounted Kubernetes Volumes such as NFS, etc. |
32+
| Backup & Restore databases | &#10007; | &#10003; | PostgreSQL, MySQL, MongoDB, Elasticsearch, Redis, MariaDB, Percona XtraDB |
3333
| Auto Backup | &#10007; | &#10003; | Share backup configuration across workloads using templates. Enable backup for a target application via annotation. |
3434
| Batch Backup & Batch Restore | &#10007; | &#10003; | Backup and restore co-related applications (eg, WordPress server and its database) together |
3535
| Point-In-Time Recovery (PITR) | &#10007; | Planned | Restore a set of files from a time in the past. |

0 commit comments

Comments
 (0)