Skip to content

Commit 95dec09

Browse files
authored
Downgrade to Postgres 15 (#392)
Postgres 16 not available on BTP, using 15 instead. Follow-up to #391
1 parent fa5b4db commit 95dec09

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

mta.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ resources:
8282
service: postgresql-db
8383
service-plan: standard
8484
config:
85-
engine_version: "16"
85+
engine_version: "15"
8686
multi_az: false
8787

8888
- name: cf-logging

srv/src/main/resources/application.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
my.bookshop.postgresImage: postgres:16
2+
my.bookshop.postgresImage: postgres:15
33

44
cds:
55
dataSource.csv:
@@ -26,4 +26,3 @@ spring:
2626
cds:
2727
dataSource:
2828
auto-config.enabled: false
29-

0 commit comments

Comments
 (0)