[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[taler-docs] branch master updated: document replication order
From: |
gnunet |
Subject: |
[taler-docs] branch master updated: document replication order |
Date: |
Wed, 06 Jan 2021 23:27:35 +0100 |
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 5ae27a2 document replication order
5ae27a2 is described below
commit 5ae27a2ae18124c40295194b8c6aff26848f7268
Author: Christian Grothoff <christian@grothoff.org>
AuthorDate: Wed Jan 6 23:27:33 2021 +0100
document replication order
---
design-documents/011-auditor-db-sync.rst | 22 ++++++++++++++++++++++
1 file changed, 22 insertions(+)
diff --git a/design-documents/011-auditor-db-sync.rst
b/design-documents/011-auditor-db-sync.rst
index 3443298..fb2e3be 100644
--- a/design-documents/011-auditor-db-sync.rst
+++ b/design-documents/011-auditor-db-sync.rst
@@ -122,6 +122,28 @@ Those are:
* /auditors/ --- the exchange updates the /is_active/ and /last_change/
fields. The entire table is of no concern to the auditor.
+A good order for replicating the tables should be:
+
+* exchange_sign_keys
+* signkey_revocations
+* auditors
+* denominations
+* denomination_revocations
+* auditor_denom_sigs
+* reserves
+* reserves_out
+* reserves_in
+* reserves_close
+* known_coins
+* deposits
+* refunds
+* refresh_commitments
+* refresh_transfer_keys
+* refresh_revealed_coins
+* recoup_refresh
+* recoup
+
+
Alternatives
============
--
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [taler-docs] branch master updated: document replication order,
gnunet <=