File tree Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Expand file tree Collapse file tree 3 files changed +13
-2
lines changed Original file line number Diff line number Diff line change 4
4
push :
5
5
branches :
6
6
- develop
7
- pull_request :
7
+ # TODO PR uncomment this line
8
+ # pull_request:
8
9
workflow_dispatch :
9
10
10
11
jobs :
Original file line number Diff line number Diff line change 256
256
line : pgsodium.getkey_script= '{{ pg_bindir }}/pgsodium_getkey.sh'
257
257
when : stage2_nix
258
258
259
+ # TODO PR may need to remove this.
260
+ - name : Create symbolic link for pgsodium_getkey script
261
+ file :
262
+ src : " /usr/lib/postgresql/bin/pgsodium_getkey.sh"
263
+ dest : " /usr/lib/postgresql/share/postgresql/extension/pgsodium_getkey"
264
+ state : link
265
+ become : yes
266
+ when : stage2_nix
267
+
259
268
- name : Append GRN_PLUGINS_DIR to /etc/environment.d/postgresql.env
260
269
ansible.builtin.lineinfile :
261
270
path : /etc/environment.d/postgresql.env
Original file line number Diff line number Diff line change @@ -8,10 +8,11 @@ postgres_major:
8
8
- " oriole-16"
9
9
10
10
# Full version strings for each major version
11
+ # TOD PR uncomment these lines
11
12
postgres_release :
12
13
# postgres15: "15.8.1.003-staging-5"
13
14
# postgres16: "16.3.1.000-staging-5"
14
- postgresoriole-16 : " oriole-16.3.1.000-staging-6 "
15
+ postgresoriole-16 : " oriole-16.3.1.000-staging-5 "
15
16
16
17
# Non Postgres Extensions
17
18
pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments