taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 5b85c920d56c7aa1946f989191e114d85f6ed3e3
parent 92cd9f189fb23eaa1abdc62ef1bd08a7ebe0a610
Author: Thien-Thi Nguyen <ttn@gnuvola.org>
Date:   Fri,  6 Aug 2021 22:27:54 -0400

write "PostgreSQL" like so

Diffstat:
Mtaler-exchange-setup-guide.rst | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst @@ -61,7 +61,7 @@ Installation We assume that the system is a minimal installation of Ubuntu 20.04 LTS. Ideally, you should have two hosts, ``exchange-online`` and ``exchange-offline``. It is also possible to run the HTTPS nginx server or -the Postgres database on yet another host, but in these instructions we will +the PostgreSQL database on yet another host, but in these instructions we will assume that only two hosts are used. Alas, the instructions will also work if you run everything on one system, but then you have the security drawback of not keeping the high-security private keys disconnected from the Internet. @@ -282,7 +282,7 @@ service that provides a JSON abstraction layer to access bank accounts. The Nexus currently uses an sqlite3 database as storage by default. We currently recommend to stick with this default. In future -versions, there will be a migration path to a postgresql database. +versions, there will be a migration path to a PostgreSQL database. The HTTP port and database connection string can be edited in the configuration: @@ -682,7 +682,7 @@ Exchange Database Setup ======================= The access credentials for the exchange's database are configured in -``/etc/taler/secrets/exchange-db.secret.conf``. Currently, only postgres is +``/etc/taler/secrets/exchange-db.secret.conf``. Currently, only PostgreSQL is supported as a database backend. The following users must have access to the exchange database: @@ -724,7 +724,7 @@ in the configuration file would simply be: If the database is run on a different host, please follow the instructions -from the Postgres manual for configuring remote access. +from the PostgreSQL manual for configuring remote access. After configuring the database credentials, the exchange database needs to be initialized with the following command: