Merge branch 'stable-2.13' into stable-2.14

* stable-2.13:
  Documentation: Add --site-path to MigrateAccountPatchReviewDb command.

Change-Id: I003a703d70c5fe31eefb25fba63603f82f8d988f
This commit is contained in:
David Pursehouse
2017-10-20 08:15:39 +09:00

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