Add reference to remove-notedb-refs.sh script

Mentioned script to remove NoteDB refs in documentation to make
it more discoverable.

Change-Id: Ib152903e3c66eaefe4d31f912f31662ff1a240d5
This commit is contained in:
Fabio Ponciroli
2019-11-28 17:36:10 -08:00
parent 992852bb1f
commit 9d2e647545

View File

@@ -192,3 +192,10 @@ section serves primarily as a reference.
of all changes in NoteDb is accurate, and so is only safe once all changes are
NoteDb primary. Otherwise, reading changes only from NoteDb might result in
inaccurate results, and writing to NoteDb would compound the problem. +
== NoteDB to ReviewDB rollback
In case of rollback from NoteDB to ReviewDB, all the meta refs and the
sequence ref need to be removed.
The [remove-notedb-refs.sh](https://gerrit.googlesource.com/gerrit/+/refs/heads/master/contrib/remove-notedb-refs.sh)
script has been written to automate this process.