Commit 5624030 1 parent 5da3143 commit 5624030 Copy full SHA for 5624030
File tree 2 files changed +5
-5
lines changed
.azure/modules/postgreSql
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -25,8 +25,8 @@ var databaseName = 'dialogporten'
25
25
// //wal_level: 'logical'
26
26
// //max_worker_processes: '16'
27
27
28
- // // The leading theory is that we are using pgoutput as the replication protocol
29
- // // which comes out of the box in postgresql. Therefore we may not need the
28
+ // // The leading theory is that we are using pgoutput as the replication protocol
29
+ // // which comes out of the box in postgresql. Therefore we may not need the
30
30
// // following two lines.
31
31
// //'azure.extensions': 'pglogical'
32
32
// //shared_preload_libraries: 'pglogical'
@@ -42,11 +42,11 @@ module saveAdmPassword '../keyvault/upsertSecret.bicep' = {
42
42
}
43
43
}
44
44
45
- resource postgres 'Microsoft.DBforPostgreSQL/flexibleServers@2023-06 -01-preview ' = {
45
+ resource postgres 'Microsoft.DBforPostgreSQL/flexibleServers@2022-12 -01' = {
46
46
name : '${namePrefix }-postgres'
47
47
location : location
48
48
properties : {
49
- version : '16 '
49
+ version : '15 '
50
50
administratorLogin : administratorLogin
51
51
administratorLoginPassword : administratorLoginPassword
52
52
storage : { storageSizeGB : 32 }
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: '3.9'
2
2
3
3
services :
4
4
dialogporten-postgres :
5
- image : postgres:16.2
5
+ image : postgres:15.4
6
6
restart : always
7
7
command : postgres -c wal_level=logical
8
8
environment :
You can’t perform that action at this time.
0 commit comments