Hello everyone:
We released a new version of our Helm chart dgraph-0.0.11 for automating configuration and deployment of Dgraph on the Kubernetes platform.
Documentation on usage:
This version brings support for the enterprise feature Binary Backups by adding automation to schedule full and incremental backups using Kubernetes CronJobs.
Some of the highlights of this are:
- Support using GraphQL to trigger backups (REST API for earlier versions)
- Can trigger backups in when using with Access Control Lists, auth_token, and Mutual TLS.
- Supports S3, MinIO, or file path destinations with the following options
- GCS through MinIO GCS Gateway
- Azure Blob Storage through MinIO Azure Gateway
- External persistent volumes (must supply PVC with RWX access mode)
- NFS (must supply server address and path) such as EFS or GCFS.
- Scripts to assist TLS certs/keys generation and example helm chart values