taler-docs

Documentation for GNU Taler components, APIs and protocols
Log | Files | Refs | README | LICENSE

commit 7086532eacab991a10ee20f1a2744d057850501a
parent d642ae4b2e14c7f75c8bb978ff26452df0a5d283
Author: Christian Grothoff <grothoff@gnunet.org>
Date:   Tue, 25 Mar 2025 12:22:07 +0100

document new --enable-customization and --disable-customization options

Diffstat:
Mmanpages/taler-exchange-dbinit.1.rst | 12++++++++++++
1 file changed, 12 insertions(+), 0 deletions(-)

diff --git a/manpages/taler-exchange-dbinit.1.rst b/manpages/taler-exchange-dbinit.1.rst @@ -15,6 +15,8 @@ Synopsis **taler-exchange-dbinit** [**-a** | **--inject-auditor**] [**-c** *FILENAME* | **--config=**\ ‌\ *FILENAME*] +[**-d** *SCHEMA* | **--disable-customization=**\ ‌\ *SCHEMA*] +[**-e** *SCHEMA* | **--enable-customization=**\ ‌\ *SCHEMA*] [**-g** | **--gc**] [**-h** | **--help**] [**-L** *LOGLEVEL* | **--loglevel=**\ ‌\ *LOGLEVEL*] @@ -39,6 +41,16 @@ Its options are as follows: Use the configuration and other resources for the exchange to operate from *FILENAME*. +**-d** *SCHEMA* \| **--disable-customization=**\ ‌\ *SCHEMA* + Remove rules from a customization schema from an exchange database. + Note that doing so may result in an irrevocable loss of statistics, + depending on how the rules are written. + +**-e** *SCHEMA* \| **--enable-customization=**\ ‌\ *SCHEMA* + Load a customization schema to inject deployment-specific rules into an + exchange database. Used to add operator-specific AML rules and statistics + via triggers defined in their own schema. + **-g** \| **--gc** Garbage collect database. Deletes all unnecessary data in the database.