taler-docs

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

commit 0145956e9792609fa28f76e2cdb5f3b0f1611ecd
parent 5a74e2c9fa58e27903701f2ced9a45ba1c42ce9d
Author: Antoine A <>
Date:   Tue,  2 Apr 2024 17:51:52 +0200

Improve regional currency manual

Diffstat:
Mfrags/regional-system-on.rst | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/frags/regional-system-on.rst b/frags/regional-system-on.rst @@ -29,6 +29,12 @@ First, check that libeufin-nexus is correctly configured by running the followin # sudo -u libeufin-nexus libeufin-nexus ebics-fetch --transient # sudo -u libeufin-nexus libeufin-nexus ebics-submit --transient +If you have old transactions after the date YYYY-MM-DD that you wish to import into the database, run the following command: + +.. code-block:: console + + # sudo -u libeufin-nexus libeufin-nexus ebics-fetch --transientt --pinned-start YYYY-MM-DD + None of those commands should fail. If they all work, you can enable the services: .. code-block:: console