File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 6
6
7
7
- name : Check psql_version and modify supautils.conf and postgresql.conf if necessary
8
8
block :
9
- - name : Check if psql_version is psql_oriole -16
9
+ - name : Check if psql_version is psql_orioledb -16
10
10
set_fact :
11
- is_psql_oriole_16 : " {{ psql_version == 'psql_oriole -16' }}"
11
+ is_psql_oriole_16 : " {{ psql_version == 'psql_orioledb -16' }}"
12
12
13
13
- name : Remove specified extensions from postgresql.conf if oriole-16 build
14
14
ansible.builtin.command :
15
15
cmd : >
16
16
sed -i 's/ timescaledb,//g'
17
17
/etc/postgresql/postgresql.conf
18
- when : is_psql_oriole_16 and stage2_nix
18
+ when : is_psql_orioledb_16 and stage2_nix
19
19
become : yes
20
20
21
21
- name : Remove specified extensions from supautils.conf if oriole-16 build
222
222
223
223
- name : Check psql_version and run postgis linking if not oriole-16
224
224
block :
225
- - name : Check if psql_version is psql_oriole -16
225
+ - name : Check if psql_version is psql_orioledb -16
226
226
set_fact :
227
- is_psql_oriole_16 : " {{ psql_version == 'psql_oriole -16' }}"
227
+ is_psql_oriole_16 : " {{ psql_version == 'psql_orioledb -16' }}"
228
228
229
229
- name : Recursively create symbolic links and set permissions for the contrib/postgis-* dir
230
230
shell : >
Original file line number Diff line number Diff line change 65
65
66
66
- name : Check psql_version and modify migrations if orioe-16
67
67
block :
68
- - name : Check if psql_version is psql_oriole -16
68
+ - name : Check if psql_version is psql_orioledb -16
69
69
set_fact :
70
- is_psql_oriole_16 : " {{ psql_version == 'psql_oriole -16' }}"
70
+ is_psql_oriole_16 : " {{ psql_version == 'psql_orioledb -16' }}"
71
71
72
72
- name : Remove specified extensions from SQL file
73
73
ansible.builtin.command :
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ postgres_major:
12
12
postgres_release :
13
13
# postgres15: "15.8.1.003-staging-5"
14
14
# postgres16: "16.3.1.000-staging-5"
15
- postgresoriole-16 : " oriole-16.3.1.000-staging-8 "
15
+ postgresoriole-16 : " oriole-16.3.1.000-staging-9 "
16
16
17
17
# Non Postgres Extensions
18
18
pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments