View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0009088 | Taler | deployment and operations | public | 2024-08-18 20:21 | 2024-09-12 23:06 |
Reporter | oec | Assigned To | Christian Grothoff | ||
Priority | normal | Severity | block | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
OS | Ubuntu | OS Version | 24.04 | ||
Product Version | 0.13 | ||||
Target Version | 0.14 | Fixed in Version | 0.14 | ||
Summary | 0009088: postgres 16 not supported, which is in latest ubuntu 24.04 | ||||
Description | An attempt to install git.taler.net/deployment.git, deployment/regional-currency failed on Ubuntu 24.04 because that version uses postgres-16, which apparently is not supported by taler. | ||||
Tags | No tags attached. | ||||
|
Postgres 16 is perfectly supported by Taler. Just install_packages.sh has a PG_VERSION=15 which we should replace by detecting the distro and/or available postgres versions automatically, instead of hard-coding 15. |
|
39cb0575..817ea70d adds proper auto-detection of the postgresql version. |
Date Modified | Username | Field | Change |
---|---|---|---|
2024-08-18 20:21 | oec | New Issue | |
2024-08-18 20:21 | oec | Status | new => assigned |
2024-08-18 20:21 | oec | Assigned To | => javier.sepulveda |
2024-08-19 08:06 | Christian Grothoff | Note Added: 0022995 | |
2024-08-19 08:06 | Christian Grothoff | Product Version | 0.14 => 0.13 |
2024-08-19 08:06 | Christian Grothoff | Target Version | 0.13 => 0.14 |
2024-08-19 08:07 | Christian Grothoff | Assigned To | javier.sepulveda => |
2024-08-19 08:07 | Christian Grothoff | Severity | minor => block |
2024-08-19 08:07 | Christian Grothoff | Status | assigned => confirmed |
2024-09-12 23:06 | Christian Grothoff | Note Added: 0023275 | |
2024-09-12 23:06 | Christian Grothoff | Assigned To | => Christian Grothoff |
2024-09-12 23:06 | Christian Grothoff | Status | confirmed => resolved |
2024-09-12 23:06 | Christian Grothoff | Resolution | open => fixed |
2024-09-12 23:06 | Christian Grothoff | Fixed in Version | => 0.14 |