From c9538ab20fd745d5ffce65300a60f7c74d36cc31 Mon Sep 17 00:00:00 2001 From: diptechexpo <78333467+diptechexpo@users.noreply.github.com> Date: Sat, 6 Jul 2024 10:17:32 -0500 Subject: [PATCH 1/3] Added dataverse.db.parameters from long list of JVM options Addressing documentation issue #10669. Updated the config.rst file under doc/sphinx-guides/source/installation to add missing documentation about dataverse.db.parameters under JVM Options section --- doc/sphinx-guides/source/installation/config.rst | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/installation/config.rst b/doc/sphinx-guides/source/installation/config.rst index 9e4a5e0ee7b..57bf2d72c81 100644 --- a/doc/sphinx-guides/source/installation/config.rst +++ b/doc/sphinx-guides/source/installation/config.rst @@ -781,7 +781,7 @@ Basic Database Settings - | ``dataverse`` | (installer sets to ``dvndb``) * - dataverse.db.parameters - - Connection parameters, such as ``sslmode=require``. See `Postgres JDBC docs `_ + - Connection parameters, such as ``sslmode=require``. See `Postgres JDBC docs ` Note: you don't need to provide the initial "?". - *Empty string* @@ -2442,6 +2442,15 @@ Defaults to ``5432``, the default PostgreSQL port. Can also be set via *MicroProfile Config API* sources, e.g. the environment variable ``DATAVERSE_DB_PORT``. +dataverse.db.parameters ++++++++++++++++++++++++ + +The PostgreSQL server connection parameters. + +Defaults to *Empty string* + +Can also be set via *MicroProfile Config API* sources, e.g. the environment variable ``DATAVERSE_DB_PARAMETERS``. + .. _dataverse.solr.host: dataverse.solr.host From 5fc0df576344e3d6707a5b95a297a3ff39f2a615 Mon Sep 17 00:00:00 2001 From: diptechexpo <78333467+diptechexpo@users.noreply.github.com> Date: Sat, 6 Jul 2024 14:48:30 -0500 Subject: [PATCH 2/3] Update doc/sphinx-guides/source/installation/config.rst Co-authored-by: Oliver Bertuch --- doc/sphinx-guides/source/installation/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/installation/config.rst b/doc/sphinx-guides/source/installation/config.rst index 57bf2d72c81..4b1ac1f1521 100644 --- a/doc/sphinx-guides/source/installation/config.rst +++ b/doc/sphinx-guides/source/installation/config.rst @@ -2447,7 +2447,7 @@ dataverse.db.parameters The PostgreSQL server connection parameters. -Defaults to *Empty string* +Defaults to *empty string* Can also be set via *MicroProfile Config API* sources, e.g. the environment variable ``DATAVERSE_DB_PARAMETERS``. From 86815ecd3d0c1aa62286d9112eeedbc31dc22709 Mon Sep 17 00:00:00 2001 From: diptechexpo <78333467+diptechexpo@users.noreply.github.com> Date: Sat, 6 Jul 2024 14:56:05 -0500 Subject: [PATCH 3/3] Update config.rst Added back underscore(_) character to maintain the link. --- doc/sphinx-guides/source/installation/config.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/sphinx-guides/source/installation/config.rst b/doc/sphinx-guides/source/installation/config.rst index 4b1ac1f1521..ba92a4180ae 100644 --- a/doc/sphinx-guides/source/installation/config.rst +++ b/doc/sphinx-guides/source/installation/config.rst @@ -781,7 +781,7 @@ Basic Database Settings - | ``dataverse`` | (installer sets to ``dvndb``) * - dataverse.db.parameters - - Connection parameters, such as ``sslmode=require``. See `Postgres JDBC docs ` + - Connection parameters, such as ``sslmode=require``. See `Postgres JDBC docs `_ Note: you don't need to provide the initial "?". - *Empty string*