Skip to content

Latest commit

 

History

History
47 lines (34 loc) · 1.98 KB

README.md

File metadata and controls

47 lines (34 loc) · 1.98 KB

Gitaly documentation

The historical reasons for the inception of Gitaly and our design decisions are written in the design doc.

Configuring Gitaly

Running Gitaly requires it to be configured correctly, options are described in GitLab's configuration documentation.

The reference guide is documented in https://gitlab.com/gitlab-org/gitlab/blob/master/doc/administration/gitaly/reference.md.

Developing Gitaly

Gitaly Cluster

Gitaly does not replicate any data. If a Gitaly server goes down, any of its clients can't read or write to the repositories stored on that server. This means that Gitaly is not highly available. How this will be solved is described in the HA design document

For configuration please read praefects configuration documentation.

Technical explanations

RFCs