summaryrefslogtreecommitdiff
path: root/taler-exchange-setup-guide.rst
diff options
context:
space:
mode:
authorThien-Thi Nguyen <ttn@gnuvola.org>2021-08-06 22:27:54 -0400
committerThien-Thi Nguyen <ttn@gnuvola.org>2021-08-06 22:27:54 -0400
commit5b85c920d56c7aa1946f989191e114d85f6ed3e3 (patch)
tree7d9d184485858350a26b212df96b6deb0347d7a0 /taler-exchange-setup-guide.rst
parent92cd9f189fb23eaa1abdc62ef1bd08a7ebe0a610 (diff)
downloaddocs-5b85c920d56c7aa1946f989191e114d85f6ed3e3.tar.gz
docs-5b85c920d56c7aa1946f989191e114d85f6ed3e3.tar.bz2
docs-5b85c920d56c7aa1946f989191e114d85f6ed3e3.zip
write "PostgreSQL" like so
Diffstat (limited to 'taler-exchange-setup-guide.rst')
-rw-r--r--taler-exchange-setup-guide.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/taler-exchange-setup-guide.rst b/taler-exchange-setup-guide.rst
index 26dafdf1..c880b404 100644
--- 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: