Documentation: Add --site-path to MigrateAccountPatchReviewDb command.

Change-Id: Ie655f2842b212b6a839f8026ab49ee5d7a69b417
This commit is contained in:
Gert van Dijk 2017-10-19 22:57:25 +02:00
parent 9ba08ea36e
commit 0c25d461d5
1 changed files with 6 additions and 2 deletions

View File

@ -1,7 +1,7 @@
= MigrateAccountPatchReviewDb
== NAME
MigrateAccountPatchReviewDb - Migrates account patch review db from one database
MigrateAccountPatchReviewDb - Migrates AccountPatchReviewDb from one database
backend to another.
== SYNOPSIS
@ -30,6 +30,10 @@ To migrate AccountPatchReviewDb:
== OPTIONS
-d::
--site-path::
Location of the `gerrit.config` file, and all other per-site
configuration data, supporting libraries and log files.
--sourceUrl::
Url of source database. Only need to be specified if the source is not H2.
@ -47,7 +51,7 @@ link:config-gerrit.html#accountPatchReviewDb.url[accountPatchReviewDb.url]
in gerrit.config:
----
$ java -jar gerrit.war MigrateAccountPatchReviewDb
$ java -jar gerrit.war MigrateAccountPatchReviewDb -d site_path
----
== SEE ALSO