Merge "Add reference to remove-notedb-refs.sh script" into stable-2.16

This commit is contained in:
David Pursehouse
2019-11-29 08:39:03 +00:00
committed by Gerrit Code Review

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.