Hugo Arès | 47f15be | 2015-06-30 10:36:08 -0400 | [diff] [blame^] | 1 | = gerrit index activate |
| 2 | |
| 3 | == NAME |
| 4 | gerrit 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 |
| 12 | Gerrit supports online index schema upgrades. When starting Gerrit for the first |
| 13 | time after an upgrade that requires an index schema upgrade, the online indexer |
| 14 | will be started. If the schema upgrade is a success, the new index will be |
| 15 | activated and if it fails, a statement in the logs will be printed with the |
| 16 | number of successfully/failed indexed changes. |
| 17 | |
| 18 | This command allows to activate the latest index even if there were some |
| 19 | failures. |
| 20 | |
| 21 | == ACCESS |
| 22 | Caller must be a member of the privileged 'Administrators' group. |
| 23 | |
| 24 | == SCRIPTING |
| 25 | This command is intended to be used in scripts. |
| 26 | |
| 27 | GERRIT |
| 28 | ------ |
| 29 | Part of link:index.html[Gerrit Code Review] |
| 30 | |
| 31 | SEARCHBOX |
| 32 | --------- |