gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: add challenger-dbconfig man page


From: gnunet
Subject: [taler-docs] branch master updated: add challenger-dbconfig man page
Date: Thu, 07 Sep 2023 16:32:03 +0200

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new ec5b3b16 add challenger-dbconfig man page
ec5b3b16 is described below

commit ec5b3b16426edcd0734db9e11104191048ad59ce
Author: Christian Grothoff <grothoff@gnunet.org>
AuthorDate: Thu Sep 7 16:31:53 2023 +0200

    add challenger-dbconfig man page
---
 conf.py                            |  7 +++++
 manpages/challenger-dbconfig.1.rst | 61 ++++++++++++++++++++++++++++++++++++++
 2 files changed, 68 insertions(+)

diff --git a/conf.py b/conf.py
index 8f14d489..d6bcb421 100644
--- a/conf.py
+++ b/conf.py
@@ -525,6 +525,13 @@ man_pages = [
         "GNU Taler contributors",
         1,
     ),
+    (
+        "manpages/challenger-dbconfig.1",
+        "challenger-dbconfig",
+        "configure challenger database",
+        "GNU Taler contributors",
+        1,
+    ),
     (
         "manpages/taler-exchange-dbinit.1",
         "taler-exchange-dbinit",
diff --git a/manpages/challenger-dbconfig.1.rst 
b/manpages/challenger-dbconfig.1.rst
new file mode 100644
index 00000000..da69eeaf
--- /dev/null
+++ b/manpages/challenger-dbconfig.1.rst
@@ -0,0 +1,61 @@
+challenger-dbconfig(1)
+######################
+
+.. only:: html
+
+   Name
+   ====
+
+   **challenger-dbconfig** - configure challenger database
+
+
+Synopsis
+========
+
+**challenger-dbconfig**
+[**-c** *FILENAME*]
+[**-h**]
+[**-n** *NAME*]
+[**-r**]
+[**-s**]
+[**-u** *USER*]
+
+Description
+===========
+
+**challenger-dbconfig** is a simple shell script that configures
+a Postgresql database for use by ``challenger-httpd``.
+
+Its options are as follows:
+
+**-c** *FILENAME*
+   Write the database configuration to FILENAME. The tool
+   will append the required ``CONFIG`` option for the
+   Postgresql access to the respective file.
+
+**-h**
+   Print short help on options.
+
+**-n** *DBNAME*
+   Use DBNAME for the name of the created database.
+
+**-r**
+   Reset any existing database. Looses all existing data. DANGEROUS.
+
+**-s**
+   Skip database initialization. Useful if you want to run
+   ``challenger-dbinit`` manually.
+
+**-u** *USER*
+   Specifies the (main) challenger user that will access the database.
+
+See Also
+========
+
+challenger-dbinit(1), challenger.conf(5).
+
+Bugs
+====
+
+Report bugs by using https://bugs.taler.net or by sending electronic
+mail to <taler@gnu.org>.

-- 
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]