View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009960 | Taler | sandcastle (containerized demo deployment) | public | 2025-05-14 23:53 | 2025-06-23 18:31 |
Reporter | Florian Dold | Assigned To | Florian Dold | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | 1.0 | ||||
Target Version | 1.0 stretch goals | Fixed in Version | 1.0 stretch goals | ||
Summary | 0009960: sandcastle does not start cleanly when postgres needs to do recovery after unclean shutdown [1h] | ||||
Description | When postgres needs to do recovery after an unclean stop of the DB, the setup script fails, as the DB is not yet available when the $component-dbconfig scripts are run. Instead of just waiting for the service to be in the started state, we instead need to wait for the DB to actually become connectable. | ||||
Tags | No tags attached. | ||||
|
commit faebc047a0812dbefe07879821cf07d6df852d97 (HEAD -> master, origin/master, origin/HEAD) Author: Florian Dold <florian@dold.me> Date: Mon Jun 23 16:35:24 2025 +0200 wait for postgres to become ready |
Date Modified | Username | Field | Change |
---|---|---|---|
2025-05-14 23:53 | Florian Dold | New Issue | |
2025-05-14 23:53 | Florian Dold | Status | new => assigned |
2025-05-14 23:53 | Florian Dold | Assigned To | => Florian Dold |
2025-06-05 13:58 | Florian Dold | Summary | sandcastle does not start cleanly when postgres needs to do recovery after unclean shutdown => sandcastle does not start cleanly when postgres needs to do recovery after unclean shutdown [1h] |
2025-06-23 16:35 | Florian Dold | Note Added: 0025327 | |
2025-06-23 16:35 | Florian Dold | Status | assigned => resolved |
2025-06-23 16:35 | Florian Dold | Resolution | open => fixed |
2025-06-23 18:31 | Christian Grothoff | Product Version | => 1.0 |
2025-06-23 18:31 | Christian Grothoff | Fixed in Version | => 1.0 stretch goals |
2025-06-23 18:31 | Christian Grothoff | Target Version | 1.1 => 1.0 stretch goals |