Commit e5857266 authored by Evan Read's avatar Evan Read Committed by Nick Gaskill

Add more detail for Praefect auto reconciliation

parent b88ed5be
...@@ -1196,9 +1196,16 @@ CAUTION: **Caution:** ...@@ -1196,9 +1196,16 @@ CAUTION: **Caution:**
## Data recovery ## Data recovery
If a Gitaly node fails replication jobs for any reason, it ends up hosting outdated versions of If a Gitaly node fails replication jobs for any reason, it ends up hosting outdated versions of the
the affected repositories. Praefect provides tools for automatically or manually reconciling affected repositories. Praefect provides tools for:
the outdated repositories in order to bring them fully up to date again.
- [Automatic](#automatic-reconciliation) reconciliation, for GitLab 13.4 and later.
- [Manual](#manual-reconciliation) reconciliation, for:
- GitLab 13.3 and earlier.
- Repositories upgraded to GitLab 13.4 and later without entries in the `repositories` table.
A migration tool [is planned](https://gitlab.com/gitlab-org/gitaly/-/issues/3033).
These tools reconcile the outdated repositories to bring them fully up to date again.
### Automatic reconciliation ### Automatic reconciliation
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment