Skip to content

Commit

Permalink
Merge pull request #7459 from IQSS/7418-db-pw-alias
Browse files Browse the repository at this point in the history
db_password_alias changed to dataverse.db.password #7418 #7422
  • Loading branch information
kcondon committed Dec 7, 2020
2 parents 4a5d6e0 + 5ee7338 commit 0511c8a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion doc/sphinx-guides/source/installation/advanced.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
+++++++++++++++++++++++++++++++++++++++
Expand Down
4 changes: 2 additions & 2 deletions doc/sphinx-guides/source/installation/installation-main.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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``

Expand Down

0 comments on commit 0511c8a

Please sign in to comment.