Document which branches must be replicated to replicate the account data

Change-Id: I182977de6962ec8b822e048258ed9aad86909ae1
Signed-off-by: Edwin Kempin <ekempin@google.com>
This commit is contained in:
Edwin Kempin
2017-10-05 14:20:28 +02:00
parent 8dac226947
commit d97ec6cf28

View File

@@ -403,6 +403,18 @@ by the link:config-gerrit.html#notedb.accounts.sequenceBatchSize[
notedb.accounts.sequenceBatchSize] parameter in the `gerrit.config`
file.
[[replication]]
== Replication
To replicate account data 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)
GERRIT
------
Part of link:index.html[Gerrit Code Review]