summaryrefslogtreecommitdiff
path: root/doc/sphinx/manpages/anastasis-dbconfig.1.rst
blob: 3483c36bc380bfeab7118936b7157fbd23ccb1a0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
anastasis-dbconfig(1)
#####################

.. only:: html

   Name
   ====

   **anastasis-dbconfig** - configure Anastasis database


Synopsis
========

**anastasis-dbconfig**
[**-c** *FILENAME* *]
[**-h**]
[**-n** *NAME* *]
[**-r**]
[**-s**]
[**-u** *USER* *]

Description
===========

**anastasis-dbconfig** is a simple shell script that configures
a Postgresql database for use by the GNU Anastasis servers.

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
   ``anastasis-dbinit`` manually.

**-u** *USER*
   Specifies the (main) Anastasis user that will access the database.

See Also
========

anastassis-dbinit(1), anastasis.conf(5).

Bugs
====

Report bugs by using https://bugs.taler.net or by sending electronic
mail to <taler@gnu.org>.