We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1a42585 commit 1d8545cCopy full SHA for 1d8545c
ansible/tasks/stage2-setup-postgres.yml
@@ -49,6 +49,13 @@
49
state: present
50
when: is_psql_oriole and stage2_nix
51
become: yes
52
+
53
+ - name: Add ORIOLEDB_ENABLED environment variable
54
+ ansible.builtin.lineinfile:
55
+ path: /etc/environment
56
+ line: 'ORIOLEDB_ENABLED=true'
57
+ when: is_psql_oriole and stage2_nix
58
+ become: yes
59
60
- name: Install Postgres from nix binary cache
61
ansible/vars.yml
@@ -9,7 +9,7 @@ postgres_major:
9
10
# Full version strings for each major version
11
postgres_release:
12
- postgresorioledb-17: "orioledb-17.0.1.001"
+ postgresorioledb-17: "orioledb-17.0.1.002"
13
postgres15: "15.8.1.013"
14
postgres16: "16.3.1.019"
15
0 commit comments