Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

To support taking hot backups (i.e. backing up while processing is active) of data residing on the file system, the file system used must support "snapshotting" to avoid data inconsistency. If the file system does not support snapshotting, the backup must be taken as a "cold backup", which means that writes and updates to the data are suspended while the backup is taken. Note also that hot backups are only possible for realtime workflows.

To enable cold backups to be configured,

We don't have a way to export this inline extension.

...

Usage EngineĀ on Kubernetes supports scheduled suspension of all ECDs. To enable this simply add these two parameters to the Helm values.yaml file:

suspend.from - Use cron syntax to control when ECDs should be suspended.
suspend.until - Use cron syntax to control when ECDs should be activated again.

...