16.18. taler-auditor-dbconfig(1)¶
16.18.1. Name¶
taler-auditor-dbconfig - configure Taler auditor database
16.18.2. Synopsis¶
taler-auditor-dbconfig [-c FILENAME] [-h] [-n NAME] [-r] [-s] [-u USER]
16.18.3. Description¶
taler-auditor-dbconfig is a simple shell script that configures a Postgresql database for use by the GNU Taler auditor.
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
taler-auditor-dbinit
manually.- -u USER
Specifies the (main) auditor user that will access the database.
16.18.4. See Also¶
taler-auditor-dbinit(1), taler-auditor.conf(5).
16.18.5. Bugs¶
Report bugs by using https://bugs.taler.net or by sending electronic mail to <taler@gnu.org>.