summaryrefslogtreecommitdiff
path: root/manpages/taler-exchange-dbinit.1.rst
diff options
context:
space:
mode:
Diffstat (limited to 'manpages/taler-exchange-dbinit.1.rst')
-rw-r--r--manpages/taler-exchange-dbinit.1.rst8
1 files changed, 8 insertions, 0 deletions
diff --git a/manpages/taler-exchange-dbinit.1.rst b/manpages/taler-exchange-dbinit.1.rst
index e91cafcb..cbbc494c 100644
--- a/manpages/taler-exchange-dbinit.1.rst
+++ b/manpages/taler-exchange-dbinit.1.rst
@@ -13,12 +13,14 @@ Synopsis
========
**taler-exchange-dbinit**
+[**-a** | **--inject-auditor**]
[**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*]
[**-g** | **--gc**]
[**-h** | **--help**]
[**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
[**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
[**-r** | **--reset**]
+[**-s** | **--shardunlock**]
[**-v** | **--version**]
Description
@@ -30,6 +32,9 @@ Taler exchange to operate.
Its options are as follows:
+**-a** \| **--inject-auditor**
+ Installs triggers to notify real-time auditors of relevant changes to the database state.
+
**-c** *FILENAME* \| **--config=**\ ‌\ *FILENAME*
Use the configuration and other resources for the exchange to operate
from *FILENAME*.
@@ -52,6 +57,9 @@ Its options are as follows:
Drop tables. Dangerous, will delete all existing data in the database
before creating the tables.
+**-s** \| **--shardunlock**
+ Clears the (revolving) shards table. Needed to clear locks that may be held after a crash (of taler-exchange-aggregator or the operating system, say due to power outage) or if the AGGREGATOR_SHARD_SIZE option is changed in the configuration file.
+
**-v** \| **–version**
Print version information.