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 4
4
# sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install nixpkgs#openjdk11"
5
5
# It was decided to leave pljava disabled at https://github.com/supabase/postgres/pull/690 therefore removing this task
6
6
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
-
15
7
- name : Install Postgres from nix binary cache
16
8
become : yes
17
9
shell : |
42
34
shell : |
43
35
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"
44
36
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
54
37
55
38
- name : Set ownership and permissions for /etc/ssl/private
56
39
become : yes
Original file line number Diff line number Diff line change @@ -11,8 +11,8 @@ postgres_major:
11
11
12
12
# Full version strings for each major version
13
13
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 "
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