From b6b96eebb81ff3daecced9b43218ba8eb3268cce Mon Sep 17 00:00:00 2001 From: Thien-Thi Nguyen Date: Thu, 6 Jan 2022 15:56:00 -0500 Subject: s/Postgres/PostgreSQL/g --- taler-merchant-manual.rst | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) (limited to 'taler-merchant-manual.rst') diff --git a/taler-merchant-manual.rst b/taler-merchant-manual.rst index 08663d50..f568ef15 100644 --- a/taler-merchant-manual.rst +++ b/taler-merchant-manual.rst @@ -66,7 +66,7 @@ special currency “KUDOS” and includes its own special bank. .. index:: back-office .. index:: backend .. index:: DBMS -.. index:: Postgres +.. index:: PostgreSQL The Taler software stack for a merchant consists of four main components: @@ -90,8 +90,8 @@ components: describes how to install and configure this backend. - A *DBMS* which stores the transaction history for the Taler backend. For now, the GNU Taler reference implementation only supports - Postgres, but the code could be easily extended to support another - DBMS. Please review the Postgres documentation for details on + PostgreSQL, but the code could be easily extended to support another + DBMS. Please review the PostgreSQL documentation for details on how to configure the database. The following image illustrates the various interactions of these key @@ -475,7 +475,7 @@ Backend options --------------- .. index:: DBMS -.. index:: Postgres +.. index:: PostgreSQL .. index:: UNIX domain socket .. index:: TCP .. index:: port @@ -596,7 +596,7 @@ For the ``postgres`` backend, you need to provide: This option specifies a postgres access path using the format ``postgres:///$DBNAME``, where ``$DBNAME`` is the name of the -Postgres database you want to use. Suppose ``$USER`` is the name of +PostgreSQL database you want to use. Suppose ``$USER`` is the name of the user who will run the backend process. Then, you need to first run: @@ -604,7 +604,7 @@ run: $ sudo -u postgres createuser -d $USER -as the Postgres database administrator (usually ``postgres``) to +as the PostgreSQL database administrator (usually ``postgres``) to grant ``$USER`` the ability to create new databases. Next, you should as ``$USER`` run: @@ -633,7 +633,7 @@ You can improve your security posture if you now REVOKE the rights to CREATE, DROP or ALTER tables from ``$USER``. However, if you do so, please be aware that you may have to temporarily GRANT those rights again when you update the merchant backend. For details on how to REVOKE or GRANT these rights, consult -the Postgres documentation. +the PostgreSQL documentation. Commands, like ``taler-merchant-dbinit``, that support the ``-l LOGFILE`` command-line option, send logging output to standard error by default. @@ -782,7 +782,7 @@ The following is an example for a complete backend configuration: CURRENCY = KUDOS Given the above configuration, the backend will use a database named -``donations`` within Postgres. +``donations`` within PostgreSQL. The backend will deposit the coins it receives to the exchange at https://exchange.demo.taler.net/, which has the master key @@ -1281,8 +1281,8 @@ merchant. Attempting to upgrade from or to a version in Git is not supported and may result in subtle data loss. To safely upgrade the merchant, you should first stop the existing -``taler-merchant-httpd`` process, backup your merchant database (see Postgres -manual), and then install the latest version of the code. +``taler-merchant-httpd`` process, backup your merchant database (see +PostgreSQL manual), and then install the latest version of the code. If you REVOKED database permissions, ensure that the rights to CREATE, DROP, and ALTER tables are GRANTed to ``$USER`` again. Then, run: @@ -1610,7 +1610,7 @@ A relatively minimal configuration could look like this: Note that the public key must match the exchange's -private key and that the Postgres database must +private key and that the PostgreSQL database must exist before launching the benchmark. You also will need to ensure that the Exchange's details are set up. -- cgit v1.2.3