aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2023-09-26 18:33:37 +0200
committerChristian Grothoff <christian@grothoff.org>2023-09-26 18:33:52 +0200
commitd289a7f43089b75f097bec1a6d33905dd5d0543e (patch)
tree24662b753403486e08e8fe788b0d08f64bda53ca
parent963806d95a73f059c67d8124f106da1b45c8cec1 (diff)
downloadexchange-d289a7f43089b75f097bec1a6d33905dd5d0543e.tar.xz
just tested with Postgres 13, had odd problems with arrays, pg15 works nicely, let's not support ancient PG versions in the future
-rw-r--r--README2
-rw-r--r--debian/control2
2 files changed, 2 insertions, 2 deletions
diff --git a/README b/README
index 2e6dbba79..d12831bc3 100644
--- a/README
+++ b/README
@@ -44,7 +44,7 @@ These are the direct dependencies for running a Taler exchange:
- GNUnet >= 0.16.0
- GNU libmicrohttpd >= 0.9.71
-- PostgreSQL >= 13.0
+- PostgreSQL >= 15.0
diff --git a/debian/control b/debian/control
index 4ef9863dc..e50e76ecf 100644
--- a/debian/control
+++ b/debian/control
@@ -80,7 +80,7 @@ Depends:
Recommends:
taler-exchange-offline (= ${binary:Version}),
apache2 | nginx | httpd,
- postgresql (>=13.0)
+ postgresql (>=15.0)
Description: GNU's payment system operator.
GNU Taler is the privacy-preserving digital payment
system from the GNU project. This package contains the