summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2021-09-03 19:08:34 +0200
committerChristian Grothoff <christian@grothoff.org>2021-09-03 19:08:38 +0200
commit28bcda64fb75448254c078b5ab18bd56523c8ee8 (patch)
treefad6ddef6011422b52db84974dab74ba87d8314e
parent14a8cb1fc249a68c2e713c2d98011864d0b7cb46 (diff)
downloaddocs-28bcda64fb75448254c078b5ab18bd56523c8ee8.tar.gz
docs-28bcda64fb75448254c078b5ab18bd56523c8ee8.tar.bz2
docs-28bcda64fb75448254c078b5ab18bd56523c8ee8.zip
document new shardunlock option
-rw-r--r--manpages/taler-exchange-dbinit.1.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/manpages/taler-exchange-dbinit.1.rst b/manpages/taler-exchange-dbinit.1.rst
index e91cafcb..0ee83543 100644
--- a/manpages/taler-exchange-dbinit.1.rst
+++ b/manpages/taler-exchange-dbinit.1.rst
@@ -19,6 +19,7 @@ Synopsis
[**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*]
[**-l** *FILENAME* | **--logfile=**\ ‌\ *FILENAME*]
[**-r** | **--reset**]
+[**-s** | **--shardunlock**]
[**-v** | **--version**]
Description
@@ -52,6 +53,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.