Set GITALY_SERVERS for gitaly-backup
What does this MR do and why?
We are looking to add support for a new RemoveAll RPC. Since this RPC would be called before anything is sent over stdin we need some way to globally configure all the gitaly connections that we need to use. So instead of passing these details over stdin, we add them all to an environment variable.
How to set up and validate locally
- Create a backup. If this succeeds then we know this new env var is working.
bundle exec rake gitlab:backup:create
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.