Skip to content

gitaly-backup: Allow using env GITALY_SERVERS to setup gitaly connection info

James Fargher requested to merge backup_gitaly_servers_env into master

#4748 (closed)

This will allow gitaly connection information to be setup globally using env var GITALY_SERVERS instead of having the connection info specified on each backup request over stdin.

The goal is to allow us to call RemoveAll before any requests have been processed.

Edited by James Fargher

Merge request reports