Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GDB-6528: Scheduled GraphDB backups #111

Merged

Conversation

mihailradkov
Copy link
Contributor

Added CronJob for scheduling GraphDB backups. The CronJob supports both local and cloud backups.

  • Added new configurations under backup: backup.enabled for toggling the backup CronJob, backup.type for selecting between local and cloud and more.
  • Local backups support saving the GraphDB backup archives in volume from an existing persistent volume claim, configured with backup.local
  • Cloud backups support uploading the GraphDB backup archives in one of the supported cloud object storage services, configured with backup.cloud

PRO-444: Bumped the chart version to 11.2.0

@mihailradkov mihailradkov force-pushed the feature/GDB-6528-scheduled-backups branch from 97d53f1 to d1b018d Compare July 23, 2024 08:26
@mihailradkov mihailradkov requested a review from yaskoo July 23, 2024 08:26
Added CronJob for scheduling GraphDB backups. The CronJob supports both local and cloud backups.

- Added new configurations under `backup`: `backup.enabled` for toggling the backup CronJob,
  `backup.type` for selecting between local and cloud and more.
- Local backups support saving the GraphDB backup archives in volume from an existing persistent
  volume claim, configured with `backup.local`
- Cloud backups support uploading the GraphDB backup archives in one of the supported cloud object
  storage services, configured with `backup.cloud`
- Added a new example under [examples/backup-local](examples/backup-local) showing how to use the
  local backup feature
@mihailradkov mihailradkov force-pushed the feature/GDB-6528-scheduled-backups branch from 6ca55ef to 6714597 Compare July 23, 2024 14:50
@mihailradkov mihailradkov requested a review from yaskoo July 23, 2024 14:50
@mihailradkov mihailradkov merged commit f3b21ca into PRO-444-features-for-11-2 Jul 24, 2024
@mihailradkov mihailradkov deleted the feature/GDB-6528-scheduled-backups branch July 24, 2024 11:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants