gnunet-svn
[Top][All Lists]
Advanced

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

[taler-docs] branch master updated: describe taler-auditor-sync setup


From: gnunet
Subject: [taler-docs] branch master updated: describe taler-auditor-sync setup
Date: Sat, 26 Jun 2021 12:25:32 +0200

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

grothoff pushed a commit to branch master
in repository docs.

The following commit(s) were added to refs/heads/master by this push:
     new d091e0f  describe taler-auditor-sync setup
d091e0f is described below

commit d091e0ffd6f3847b2391f77ebf5cec6711d027c4
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Sat Jun 26 12:25:29 2021 +0200

    describe taler-auditor-sync setup
---
 taler-auditor-manual.rst | 21 +++++++++++++++++++++
 1 file changed, 21 insertions(+)

diff --git a/taler-auditor-manual.rst b/taler-auditor-manual.rst
index 027e789..96c39d2 100644
--- a/taler-auditor-manual.rst
+++ b/taler-auditor-manual.rst
@@ -661,6 +661,25 @@ database, and a second with the options for accessing the 
destination
 database.  In both cases, likely only the ``[exchangedb]/CONFIG`` option
 needs to be changed.
 
+To run ``taler-auditor-sync``, you must first configure two configuration
+files that identify the source and destination databases:
+
+.. code-block:: console
+
+   # As the 'sync' user:
+   $ taler-config -c src.conf -s exchangedb -o CONFIG -V 
"postgres:///auditor-ingres/"
+   $ taler-config -c dst.conf -s exchangedb -o CONFIG -V "postgres:///auditor/"
+
+Now you should be able to launch the synchronization process. You can run
+the process via systemd in the background. For a first one-off test, you should
+use the ``-t`` option which will cause the process to terminate once the two
+databases are synchronized:
+
+.. code-block:: console
+
+   # As the 'sync' user:
+   $ taler-auditor-sync -s src.conf -d dst.cfg -t
+
 When the exchange performs garbage collection to ``DELETE`` obsolete records,
 this change should be automatically replicated to the auditors untrusted
 ingress database.  However, as ``taler-auditor-sync`` tries to be "safe",
@@ -671,6 +690,8 @@ auditor's production copy.  We note that this does not have 
to be done
 at the same time when the exchange runs its garbage collection.
 
 
+
+
 .. _Operation:
 
 Operation

-- 
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]