Skip to content

Add configuration for locating gitaly-backup

James Fargher requested to merge gitaly-backup-path-config into master

What does this MR do?

  • Introduce a new setting to find gitaly-backup https://gitlab.com/gitlab-org/gitaly/-/tree/master/cmd/gitaly-backup
  • gitaly.client_path was removed so it needs a replacement !61987 (merged)
  • CNG will likely install gitaly-backup on the system path so that this configuration wont need setting. omnibus will explicitly set this config up.
  • gitaly-backup can only be used when the feature gitaly_backup is enabled, but since we're adding a new config I added a changelog as well.

Does this MR meet the acceptance criteria?

Conformity

Availability and Testing

Security

Does this MR contain changes to processing or storing of credentials or tokens, authorization and authentication methods or other items described in the security review guidelines? If not, then delete this Security section.

  • [-] Label as security and @ mention @gitlab-com/gl-security/appsec
  • [-] The MR includes necessary changes to maintain consistency between UI, API, email, or other methods
  • [-] Security reports checked/validated by a reviewer from the AppSec team
Edited by Mayra Cabrera

Merge request reports