From 5ee733828dea083f3ffcd5657e48513ad5a887be Mon Sep 17 00:00:00 2001 From: Philip Durbin Date: Fri, 4 Dec 2020 15:51:49 -0500 Subject: [PATCH] db_password_alias changed to dataverse.db.password #7418 #7422 This rename happened in pull request #7422 --- doc/sphinx-guides/source/installation/advanced.rst | 2 +- doc/sphinx-guides/source/installation/installation-main.rst | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/sphinx-guides/source/installation/advanced.rst b/doc/sphinx-guides/source/installation/advanced.rst index 97d353431c2..c0438f168a2 100644 --- a/doc/sphinx-guides/source/installation/advanced.rst +++ b/doc/sphinx-guides/source/installation/advanced.rst @@ -17,7 +17,7 @@ You should be conscious of the following when running multiple app servers. - When a sitemap is created by an app server it is written to the filesystem of just that app server. By default the sitemap is written to the directory ``/usr/local/payara5/glassfish/domains/domain1/docroot/sitemap``. - If Make Data Count is used, its raw logs must be copied from each app server to single instance of Counter Processor. See also :ref:`:MDCLogPath` section in the Configuration section of this guide and the :doc:`/admin/make-data-count` section of the Admin Guide. - Dataset draft version logging occurs separately on each app server. See :ref:`edit-draft-versions-logging` section in Monitoring of the Admin Guide for details. -- Password aliases (``db_password_alias``, etc.) are stored per app server. +- Password aliases (``dataverse.db.password``, etc.) are stored per app server. Detecting Which App Server a User Is On +++++++++++++++++++++++++++++++++++++++ diff --git a/doc/sphinx-guides/source/installation/installation-main.rst b/doc/sphinx-guides/source/installation/installation-main.rst index 6209b5f2e1b..8d289af716a 100755 --- a/doc/sphinx-guides/source/installation/installation-main.rst +++ b/doc/sphinx-guides/source/installation/installation-main.rst @@ -74,9 +74,9 @@ All the Payara configuration tasks performed by the installer are isolated in th While Postgres can accomodate usernames and database names containing hyphens, it is strongly recommended to use only alphanumeric characters. -**IMPORTANT:** As a security measure, the ``as-setup.sh`` script stores passwords as "aliases" rather than plaintext. If you change your database password, for example, you will need to update the alias with ``asadmin update-password-alias db_password_alias``, for example. Here is a list of the password aliases that are set by the installation process and entered into Payara's ``domain.xml`` file: +**IMPORTANT:** As a security measure, the ``as-setup.sh`` script stores passwords as "aliases" rather than plaintext. If you change your database password, for example, you will need to update the alias with ``asadmin update-password-alias dataverse.db.password``, for example. Here is a list of the password aliases that are set by the installation process and entered into Payara's ``domain.xml`` file: -- ``db_password_alias`` +- ``dataverse.db.password`` - ``doi_password_alias`` - ``rserve_password_alias``