View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005109 | Taler | deployment and operations | public | 2017-07-16 13:08 | 2017-10-18 15:42 |
Reporter | Marcello Stanisci | Assigned To | Marcello Stanisci | ||
Priority | high | Severity | minor | Reproducibility | have not tried |
Status | closed | Resolution | fixed | ||
Product Version | git (master) | ||||
Target Version | 0.4 | Fixed in Version | 0.4 | ||
Summary | 0005109: Need same merchant key regardless of the color | ||||
Description | The current deployment scheme gives each color (blue/green) a different merchant instance private key. That makes the db look different when the color is switched, because a lot of db methods take the instance key among their parameters. Take this problem example: test-green blog sells article X, then article X shows up in backoffice sold items. Let's then switch to test-blue; article X then does NOT show up in backoffice sold items, because the db method will try to find article X against test-blue's public key, which fails. So deployment scripts should make sure all colors have the same key. | ||||
Tags | No tags attached. | ||||
related to | 0005054 | closed | Marcello Stanisci | 'contract_terms not found' for transaction which correctly went through |
|
taler-auditor-sign does not pick [auditordb-postgres]/db_conn_str from custom .config/taler.conf |
|
problem was that taler-auditor-sign doesn't check if -c option has been given or not, and calls GNUNET_CONFIGURATION_load with cfgfile == (null). temporarily fixed by passing "-c .config/taler.conf" to deployment script. |
|
shared-data directory needs (persistent) write permission for group 'test' UPDATE: well, not a real issue, as it sufficies to manually set permission when shared-data directory is created. |
|
73f1be4 @ deployment closes this. |
Date Modified | Username | Field | Change |
---|---|---|---|
2017-07-16 13:08 | Marcello Stanisci | New Issue | |
2017-07-16 13:09 | Marcello Stanisci | Summary | Same merchant key regardless of the color => Need same merchant key regardless of the color |
2017-07-16 13:10 | Marcello Stanisci | Description Updated | |
2017-07-18 10:40 | Marcello Stanisci | Note Added: 0012342 | |
2017-07-18 11:45 | Marcello Stanisci | Assigned To | => Marcello Stanisci |
2017-07-18 11:45 | Marcello Stanisci | Status | new => assigned |
2017-07-18 11:47 | Marcello Stanisci | Note Added: 0012343 | |
2017-07-18 11:48 | Marcello Stanisci | Note Added: 0012344 | |
2017-07-18 11:52 | Marcello Stanisci | Note Edited: 0012344 | |
2017-07-18 12:01 | Marcello Stanisci | Note Edited: 0012344 | |
2017-07-18 12:30 | Marcello Stanisci | Priority | normal => high |
2017-07-19 09:35 | Marcello Stanisci | Relationship added | related to 0005054 |
2017-07-19 11:44 | Marcello Stanisci | Note Added: 0012349 | |
2017-07-19 21:46 | Marcello Stanisci | Status | assigned => resolved |
2017-07-19 21:46 | Marcello Stanisci | Resolution | open => fixed |
2017-07-20 09:23 | Christian Grothoff | Product Version | => git (master) |
2017-07-20 09:23 | Christian Grothoff | Fixed in Version | => 0.4 |
2017-07-20 09:23 | Christian Grothoff | Target Version | => 0.4 |
2017-10-18 15:42 | Christian Grothoff | Status | resolved => closed |