merchant

Merchant backend to process payments, run by merchants
Log | Files | Refs | Submodules | README | LICENSE

commit e37e82245497b04cfef9ea0b5558af7c3e2e9db7
parent 8c3231825d1cda5465f7bd8c572c9b21be6155fb
Author: Martin Schanzenbach <schanzen@gnunet.org>
Date:   Tue, 16 Sep 2025 11:47:07 +0200

ci: bump postgres trixie version

Diffstat:
Mcontrib/ci/jobs/2-test/3-startdb.sh | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/contrib/ci/jobs/2-test/3-startdb.sh b/contrib/ci/jobs/2-test/3-startdb.sh @@ -1,7 +1,7 @@ #!/bin/bash set -evux -sudo -u postgres /usr/lib/postgresql/15/bin/postgres -D /etc/postgresql/15/main -h localhost -p 5432 & +sudo -u postgres /usr/lib/postgresql/17/bin/postgres -D /etc/postgresql/17/main -h localhost -p 5432 & sleep 10 sudo -u postgres createuser -p 5432 root sudo -u postgres createdb -p 5432 -O root talercheck