Repository: nifi Updated Branches: refs/heads/master 39556e351 -> 78daaf40f
NIFI-4991 This closes #2564. nifi.database.directory should be moved out of default location <root-level-nifi-dir>/database_repository to ease the update process. Signed-off-by: joewitt <[email protected]> Project: http://git-wip-us.apache.org/repos/asf/nifi/repo Commit: http://git-wip-us.apache.org/repos/asf/nifi/commit/78daaf40 Tree: http://git-wip-us.apache.org/repos/asf/nifi/tree/78daaf40 Diff: http://git-wip-us.apache.org/repos/asf/nifi/diff/78daaf40 Branch: refs/heads/master Commit: 78daaf40f80eaebb8e9bf8c6abf79f4081b9e8b0 Parents: 39556e3 Author: jugi92 <[email protected]> Authored: Mon Mar 19 15:31:58 2018 +0100 Committer: joewitt <[email protected]> Committed: Mon Mar 19 11:41:56 2018 -0400 ---------------------------------------------------------------------- nifi-docs/src/main/asciidoc/administration-guide.adoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/nifi/blob/78daaf40/nifi-docs/src/main/asciidoc/administration-guide.adoc ---------------------------------------------------------------------- diff --git a/nifi-docs/src/main/asciidoc/administration-guide.adoc b/nifi-docs/src/main/asciidoc/administration-guide.adoc index b1759e4..0cf4e77 100644 --- a/nifi-docs/src/main/asciidoc/administration-guide.adoc +++ b/nifi-docs/src/main/asciidoc/administration-guide.adoc @@ -2782,7 +2782,7 @@ The H2 Settings section defines the settings for the H2 database, which keeps tr |==== |*Property*|*Description* -|nifi.database.directory|The location of the H2 database directory. The default value is `./database_repository`. +|nifi.database.directory*|The location of the H2 database directory. The default value is `./database_repository`. |nifi.h2.url.append|This property specifies additional arguments to add to the connection string for the H2 database. The default value should be used and should not be changed. It is: `;LOCK_TIMEOUT=25000;WRITE_DELAY=0;AUTO_SERVER=FALSE`. |====
