File tree Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Expand file tree Collapse file tree 2 files changed +2
-19
lines changed Original file line number Diff line number Diff line change 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 : |
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
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ postgres_major:
1111
1212# Full version strings for each major version
1313postgres_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
1818pgbouncer_release : " 1.19.0"
You can’t perform that action at this time.
0 commit comments