gerrit index activate - Activate the latest index version available
ssh -p <port> <host> gerrit index activate <INDEX>
Gerrit supports online index schema upgrades. When starting Gerrit for the first time after an upgrade that requires an index schema upgrade, the online indexer will be started. If the schema upgrade is a success, the new index will be activated and if it fails, a statement in the logs will be printed with the number of successfully/failed indexed changes.
This command allows to activate the latest index even if there were some failures.
Caller must be a member of the privileged Administrators group.
This command is intended to be used in scripts.
<INDEX>
The index to activate. Currently supported values:
changes
accounts
Activate the latest change index:
$ ssh -p 29418 review.example.com gerrit activate changes
Part of Gerrit Code Review