gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] 04/04: write "PostgreSQL" like so


From: gnunet
Subject: [taler-docs] 04/04: write "PostgreSQL" like so
Date: Sat, 07 Aug 2021 04:29:53 +0200

This is an automated email from the git hooks/post-receive script.

ttn pushed a commit to branch master
in repository docs.

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

    write "PostgreSQL" like so
---
 taler-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
index 26dafdf..c880b40 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:

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]