summaryrefslogtreecommitdiff
path: root/texinfo/taler-merchant.texi
diff options
context:
space:
mode:
Diffstat (limited to 'texinfo/taler-merchant.texi')
-rw-r--r--texinfo/taler-merchant.texi10
1 files changed, 5 insertions, 5 deletions
diff --git a/texinfo/taler-merchant.texi b/texinfo/taler-merchant.texi
index aee6ee73..8e7582b9 100644
--- a/texinfo/taler-merchant.texi
+++ b/texinfo/taler-merchant.texi
@@ -19,7 +19,7 @@
@copying
@quotation
-GNU Taler 0.9.4, Mar 07, 2024
+GNU Taler 0.9.4, Apr 12, 2024
GNU Taler team
@@ -673,10 +673,10 @@ would look like this for Ubuntu Lunar:
deb [signed-by=/etc/apt/keyrings/taler-systems.gpg] https://deb.taler.net/apt/ubuntu/ lunar taler-lunar
@end example
-For Ubuntu Jammy use this instead:
+For Ubuntu Mantic use this instead:
@example
-deb [signed-by=/etc/apt/keyrings/taler-systems.gpg] https://deb.taler.net/apt/ubuntu/ jammy taler-jammy
+deb [signed-by=/etc/apt/keyrings/taler-systems.gpg] https://deb.taler.net/apt/ubuntu/ mantic taler-mantic
@end example
The last line is crucial, as it adds the GNU Taler packages.
@@ -1195,12 +1195,12 @@ For the @code{postgres} backend, you need to specify:
@example
[merchantdb-postgres]
-CONFIG = "postgres:///taler-merchant"
+CONFIG = "postgres:///talermerchant"
@end example
This option specifies a PostgreSQL access path, typically using the format
@code{postgres:///$DBNAME}, where @code{$DBNAME} is the name of the PostgreSQL
-database you want to use (here, @code{taler-merchant} on the local machine).
+database you want to use (here, @code{talermerchant} on the local machine).
Suppose @code{$USER} is the name of the user who will run the backend process
(usually @code{taler-merchant-httpd}). Then, you need to first run: