How to upgrade gerrit version? -
i install last gerrit releases on working gerrit instance.
is enought download last war package paste under installfolder/bin/gerrit.war.
do need redo init process : java -jar gerrit.war init -d site_path ?
as example, want upgrade 2.12.2 2.13 , can read on 2.13 relase note
this release contains schema changes. upgrade: java -jar gerrit.war init -d site_path
do have redo action under important notes section ?
yes. need execute:
java -jar gerrit.war init -d site_path to upgrade database schema , install new available "hooks" core plugin. don't need copy gerrit.war file installfolder/bin path, init procedure you.
Comments
Post a Comment