summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEdwin Kempin <ekempin@google.com>2017-10-06 14:46:52 +0200
committerDave Borowitz <dborowitz@google.com>2017-10-09 13:28:18 +0000
commit8bc97a106a46a0f32350396e74769af11ec7b98e (patch)
tree99e18f235f302befa4a87c43306b56a47dc1a3f8
parent25407661098f4848e771395d62da2feca1135793 (diff)
Document which branches must be replicated to replicate the account datav2.15-rc2v2.15-rc1
Change-Id: I2c9dc06927cd8e9e541eb032829029bdfac8db6e Signed-off-by: Edwin Kempin <ekempin@google.com> (cherry picked from commit 93ab1609a4ba32e9466ff0649317b84a211285ad)
-rw-r--r--src/main/resources/Documentation/about.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/src/main/resources/Documentation/about.md b/src/main/resources/Documentation/about.md
index dd9cea5..69a371b 100644
--- a/src/main/resources/Documentation/about.md
+++ b/src/main/resources/Documentation/about.md
@@ -16,3 +16,15 @@ configuration is not recommended. It is also possible to specify a
local path as replication target. This makes e.g. sense if a network
share is mounted to which the repositories should be replicated.
+Replication of account data (NoteDb)
+------------------------------------
+
+To replicate the account data in NoteDb the following branches from the
+`All-Users` repository must be replicated:
+
+* `refs/users/*` (user branches)
+* `refs/meta/external-ids` (external IDs)
+* `refs/starred-changes/*` (star labels)
+* `refs/sequences/accounts` (account sequence numbers, not needed for Gerrit
+ slaves)
+