Skip to content

Add option to configure backup remote storage

Pavel Doležal requested to merge backup_remote_storage into devel

Adds YAML options:

export:
  backup-remote-ip-address: ''
  backup-remote-port: 6378
statistics:
  backup-remote-ip: ''
  backup-remote-port: 6379

These options enable optional configuration of backup remote storage for traffic data and statistics in case connection to the primary remote storage isn't currently available. For each exported file probe will try to send it to primary remote storage, if that fails then to backup remote storage and only if both transfers fail will probe temporarily store exported file on local disk.

Merge request reports