gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-docs] branch master updated: nexus manual: how to redownload tran


From: gnunet
Subject: [taler-docs] branch master updated: nexus manual: how to redownload transactions
Date: Wed, 22 Nov 2023 11:51:24 +0100

This is an automated email from the git hooks/post-receive script.

ms pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new ad8a7751 nexus manual: how to redownload transactions
ad8a7751 is described below

commit ad8a7751009769494c2cb9fd11d46ad6fe92332d
Author: MS <ms@taler.net>
AuthorDate: Wed Nov 22 11:50:48 2023 +0100

    nexus manual: how to redownload transactions
---
 libeufin/nexus-manual.rst | 30 ++++++++++++++++++++++++++++--
 1 file changed, 28 insertions(+), 2 deletions(-)

diff --git a/libeufin/nexus-manual.rst b/libeufin/nexus-manual.rst
index cecc69b8..63dbb0d5 100644
--- a/libeufin/nexus-manual.rst
+++ b/libeufin/nexus-manual.rst
@@ -126,8 +126,9 @@ The frequency **may** be specified as
 .. code-block:: console
   
   [nexus-submit]
-
   frequency = 5m
+  # Optional, but useful to check what Nexus sends to the bank
+  submissions_log_directory = $LIBEUFIN_DATA_HOME/uploads
 
 The supported time units are ``s`` (seconds), ``m`` (minutes), ``h`` (hours).
 
@@ -180,6 +181,9 @@ send it to the bank.
 The ``--transient`` flag instructs the software to perform only one pass on
 the database, submit what is submittable, and return.
 
+Alternatively, the ``--debug`` flag makes ebics-submit accept data from STDIN,
+and submit it to the bank.
+
 For production
 --------------
 
@@ -220,7 +224,7 @@ be stored.
   config = postgres:///nexus
   [nexus-fetch]
   # Optional, but usfeful against data loss.
-  statement_log_directory = $LIBEUFIN_DATA_HOME/camt
+  statement_log_directory = $LIBEUFIN_DATA_HOME/downloads
 
 Assuming that ``$config_file`` contains any required option, the following 
command
 would download any unseen notifications (as camt.054 files).
@@ -246,3 +250,25 @@ to only return documents that are timestamped *from* 
(inclusive) the last incomi
 .. code-block:: console
 
   libeufin-nexus ebics-fetch -c $config_file
+
+Testing
+-------
+
+If the bank account history has transactions that are useful for testing, it is
+possible to redownload them via the ``--pinned-start`` argument.  Note: if the 
Nexus
+database contains already the bank account history, you might need to 
**reset** it,
+in order to have the redownloaded transactions ingested.
+
+.. note::
+
+   double-check the configuration: resetting the wrong database might cause 
DATA LOSS!
+
+For example, say that three back on the 2023-06-01 an handful of incoming 
transactions
+got booked at the bank account watched by Nexus.  After such day, the 
following command
+would redownload them (and ingest them, if the database doesn't have them):
+
+.. code-block:: console
+
+  libeufin-nexus ebics-fetch -c $config_file --pinned-start 2023-06-01
+
+Note: the command redownloads transactions *from* the pinned start until the 
present.

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]