Binary packages (Deb / Rpm) of Gerrit version 2.11.5 are now available
If you have already installed Gerrit 2.10 / 2.11 using them, you need to execute:
(on Debian / Ubuntu)
apt-get update & apt-get install gerrit
(on CentOS / RedHat)
yum clean all && yum install gerrit
If you have not configured yet the GerritForge / BinTray repositories, the instructions are on:
NOTE: The upgrade command will automatically stop Gerrit, upgrade and reindex. Once the upgrade is completed Gerrit will need to be started again manually.
Docker images of Gerrit version 2.11.5 are available on DockerHub at:
In order to fetch Gerrit with CentOS 7:
docker pull gerritforge/gerrit-centos7
In order to fetch Gerrit with Ubuntu 15.04:
docker pull gerritforge/gerrit-ubuntu15.04
NOTE: To upgrade an existing Docker instance (CentOS or Ubuntu), follow the native packages instructions (apt-get install / yum install).