blob: 0135cfee3cedd4786a98b90e588e92b375b6a798 [file] [log] [blame]
Hugo Arès47f15be2015-06-30 10:36:08 -04001= gerrit index activate
2
3== NAME
4gerrit index activate - Activate the latest index version available
5
6== SYNOPSIS
7--
8'ssh' -p @SSH_PORT@ @SSH_HOST@ 'gerrit index activate'
9--
10
11== DESCRIPTION
12Gerrit supports online index schema upgrades. When starting Gerrit for the first
13time after an upgrade that requires an index schema upgrade, the online indexer
14will be started. If the schema upgrade is a success, the new index will be
15activated and if it fails, a statement in the logs will be printed with the
16number of successfully/failed indexed changes.
17
18This command allows to activate the latest index even if there were some
19failures.
20
21== ACCESS
22Caller must be a member of the privileged 'Administrators' group.
23
24== SCRIPTING
25This command is intended to be used in scripts.
26
27GERRIT
28------
29Part of link:index.html[Gerrit Code Review]
30
31SEARCHBOX
32---------