Kindly reminder...--Marcelo Ávila de OliveiraEm seg, 14 de mai de 2018 às 16:55, Marcelo Ávila de Oliveira <mav...@cpqd.com.br> escreveu:I just updated Gerrit (in a non-production environment) from 2.14.3 to 2.15.1 running:java -jar gerrit-2.15.1.war init --delete-caches --site-path GERRIT-SITEjava -jar gerrit-2.15.1.war migrate-to-note-db --site-path GERRIT-SITEThe following notedb.config was created:[noteDb "changes"]autoMigrate = falsetrial = falsewrite = trueread = truesequence = trueprimaryStorage = note dbdisableReviewDb = false
After that must I move these contents definitely to the gerrit.config file?
Considering I have executed an offline migration, I was expecting to get "disableReviewDb = true". Is "false" the correct value in this case?
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Some of the changes failed to be migrated, they are still in ReviewDb and read from them. That’s why the final stage of flagging is not complete yet.If you care about those changes, you need to investigate. Otherwise, just flip the flag, backup the current reviewdb and then you can get rid of the changes and related tables.
Thanks a lot Luca.