Skip to content

Commit 66a3c9f

Browse files
committed
chore: trigger release and publish
1 parent 8ef836f commit 66a3c9f

File tree

2 files changed

+2
-19
lines changed

2 files changed

+2
-19
lines changed

ansible/tasks/stage2-setup-postgres.yml

Lines changed: 0 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,6 @@
44
# sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install nixpkgs#openjdk11"
55
# It was decided to leave pljava disabled at https://github.com/supabase/postgres/pull/690 therefore removing this task
66

7-
- name: Install Git for Nix package management
8-
become: yes
9-
apt:
10-
name: git
11-
state: present
12-
update_cache: yes
13-
when: stage2_nix
14-
157
- name: Install Postgres from nix binary cache
168
become: yes
179
shell: |
@@ -42,15 +34,6 @@
4234
shell: |
4335
sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install github:supabase/postgres/{{ git_commit_sha }}#{{postgresql_version}}_src"
4436
when: stage2_nix
45-
46-
- name: Remove Git after Nix package installations
47-
become: yes
48-
apt:
49-
name: git
50-
state: absent
51-
autoremove: yes
52-
purge: yes
53-
when: stage2_nix
5437

5538
- name: Set ownership and permissions for /etc/ssl/private
5639
become: yes

ansible/vars.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ postgres_major:
1111

1212
# Full version strings for each major version
1313
postgres_release:
14-
postgres15: "15.8.1.010-staging3"
15-
postgres16: "16.3.1.016-staging3"
14+
postgres15: "15.8.1.010-staging4"
15+
postgres16: "16.3.1.016-staging4"
1616

1717
# Non Postgres Extensions
1818
pgbouncer_release: "1.19.0"

0 commit comments

Comments
 (0)