blob: dde02318b7498d670a675bd6afdc2436da1ea6bd [file] [log] [blame]
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -08001= Gerrit Code Review - Server Side Administrative Tools
Brad Larsonaeb69182009-09-04 23:12:15 -05002
Fredrik Luthander5d8ee0c2013-05-07 17:38:45 +02003Server side tools can be started by executing the WAR file
Brad Larsonaeb69182009-09-04 23:12:15 -05004through the Java command line. For example:
5
Fredrik Luthander5d8ee0c2013-05-07 17:38:45 +02006 $ java -jar gerrit.war <tool> [<options>]
Brad Larsonaeb69182009-09-04 23:12:15 -05007
Fredrik Luthander5d8ee0c2013-05-07 17:38:45 +02008Tool should be one of the following names:
9
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080010== Tools
Brad Larsonaeb69182009-09-04 23:12:15 -050011
Shawn O. Pearce2fe738b2009-11-17 14:52:07 -080012link:pgm-init.html[init]::
Shawn O. Pearcec1806f22011-06-21 14:15:33 -070013 Initialize a new Gerrit server installation.
Brad Larsonaeb69182009-09-04 23:12:15 -050014
15link:pgm-daemon.html[daemon]::
Shawn O. Pearcec1806f22011-06-21 14:15:33 -070016 Gerrit HTTP, SSH network server.
Brad Larsonaeb69182009-09-04 23:12:15 -050017
Shawn O. Pearce5e007112011-06-21 14:14:34 -070018link:pgm-prolog-shell.html[prolog-shell]::
19 Simple interactive Prolog interpreter.
20
David Pursehousec34cf442013-08-23 12:32:07 +090021link:pgm-reindex.html[reindex]::
22 Rebuild the secondary index.
23
Dariusz Lukszaebab92a2014-09-10 11:14:19 +020024link:pgm-SwitchSecureStore.html[SwitchSecureStore]::
25 Change used SecureStore implementation.
26
Shawn O. Pearcec1806f22011-06-21 14:15:33 -070027link:pgm-rulec.html[rulec]::
28 Compile project-specific Prolog rules to JARs.
29
30version::
31 Display the release version of Gerrit Code Review.
32
Luca Milanesiob10848e2017-01-11 00:04:25 +000033link:pgm-passwd.html[passwd]::
34 Set or reset password in secure.config.
35
Yuxuan 'fishy' Wang61698b12013-12-20 12:55:51 -080036=== Transition Utilities
Shawn O. Pearcec1806f22011-06-21 14:15:33 -070037
Edwin Kempinb3b0d292011-09-14 14:17:34 +020038link:pgm-LocalUsernamesToLowerCase.html[LocalUsernamesToLowerCase]::
39 Convert the local username of every account to lower case.
40
Hongkai Liu49799b22017-04-07 16:54:25 -040041link:pgm-MigrateAccountPatchReviewDb.html[MigrateAccountPatchReviewDb]::
42 Migrates AccountPatchReviewDb from one database backend to another.
43
Brad Larsonaeb69182009-09-04 23:12:15 -050044GERRIT
45------
46Part of link:index.html[Gerrit Code Review]
Yuxuan 'fishy' Wang99cb68d2013-10-31 17:26:00 -070047
48SEARCHBOX
49---------