From 0c25d461d57af38e4e06b0ea0e75043ba0d5a5d0 Mon Sep 17 00:00:00 2001 From: Gert van Dijk Date: Thu, 19 Oct 2017 22:57:25 +0200 Subject: [PATCH] Documentation: Add --site-path to MigrateAccountPatchReviewDb command. Change-Id: Ie655f2842b212b6a839f8026ab49ee5d7a69b417 --- Documentation/pgm-MigrateAccountPatchReviewDb.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/Documentation/pgm-MigrateAccountPatchReviewDb.txt b/Documentation/pgm-MigrateAccountPatchReviewDb.txt index a2cb53e405..5718a8a5e1 100644 --- a/Documentation/pgm-MigrateAccountPatchReviewDb.txt +++ b/Documentation/pgm-MigrateAccountPatchReviewDb.txt @@ -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