File tree Expand file tree Collapse file tree 3 files changed +29
-26
lines changed Expand file tree Collapse file tree 3 files changed +29
-26
lines changed Original file line number Diff line number Diff line change 1
- - name : pljava - libjvm.so location in postgresql.conf
2
- become : yes
3
- lineinfile :
4
- path : /etc/postgresql/postgresql.conf
5
- state : present
6
- line : pljava.libjvm_location = '/home/postgres/.nix-profile/lib/openjdk/lib/server/libjvm.so'
1
+ # - name: pljava - libjvm.so location in postgresql.conf
2
+ # become: yes
3
+ # lineinfile:
4
+ # path: /etc/postgresql/postgresql.conf
5
+ # state: present
6
+ # line: pljava.libjvm_location = '/home/postgres/.nix-profile/lib/openjdk/lib/server/libjvm.so'
7
+ # It was decided to leave pljava disabled at https://github.com/supabase/postgres/pull/690 therefore removing this task
7
8
8
9
- name : pg_cron - set cron.database_name
9
10
become : yes
Original file line number Diff line number Diff line change 1
- - name : Install openjdk11 for pljava from nix binary cache
2
- become : yes
3
- shell : |
4
- sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install nixpkgs#openjdk11"
5
-
1
+ # - name: Install openjdk11 for pljava from nix binary cache
2
+ # become: yes
3
+ # shell: |
4
+ # sudo -u postgres bash -c ". /nix/var/nix/profiles/default/etc/profile.d/nix-daemon.sh && nix profile install nixpkgs#openjdk11"
5
+ # It was decided to leave pljava disabled at https://github.com/supabase/postgres/pull/690 therefore removing this task
6
6
- name : Install Postgres from nix binary cache
7
7
become : yes
8
8
shell : |
73
73
owner : postgres
74
74
group : postgres
75
75
76
- - name : Ensure /usr/lib/postgresql/share/postgresql/pljava directory exists
77
- file :
78
- path : /usr/lib/postgresql/share/postgresql/pljava
79
- state : directory
80
- owner : postgres
81
- group : postgres
76
+ # - name: Ensure /usr/lib/postgresql/share/postgresql/pljava directory exists
77
+ # file:
78
+ # path: /usr/lib/postgresql/share/postgresql/pljava
79
+ # state: directory
80
+ # owner: postgres
81
+ # group: postgres
82
+ # It was decided to leave pljava disabled at https://github.com/supabase/postgres/pull/690 therefore removing this task
82
83
83
84
- name : import pgsodium_getkey script
84
85
template :
104
105
state : link
105
106
become : yes
106
107
107
- - name : Create symbolic links from /home/postgres/.nix-profile/share/pljava to /usr/lib/postgresql/share/postgresql/pljava
108
- file :
109
- src : " {{ item }}"
110
- dest : " /usr/lib/postgresql/share/postgresql/pljava/{{ item | basename }}"
111
- state : link
112
- with_fileglob :
113
- - " /home/postgres/.nix-profile/share/pljava/*"
114
- become : yes
108
+ # - name: Create symbolic links from /home/postgres/.nix-profile/share/pljava to /usr/lib/postgresql/share/postgresql/pljava
109
+ # file:
110
+ # src: "{{ item }}"
111
+ # dest: "/usr/lib/postgresql/share/postgresql/pljava/{{ item | basename }}"
112
+ # state: link
113
+ # with_fileglob:
114
+ # - "/home/postgres/.nix-profile/share/pljava/*"
115
+ # become: yes
116
+ # It was decided to leave pljava disabled at https://github.com/supabase/postgres/pull/690 therefore removing this task
115
117
116
118
- name : Create symbolic links from /home/postgres/.nix-profile/bin to /usr/bin
117
119
file :
Original file line number Diff line number Diff line change 132
132
./nix/ext/wrappers/default.nix
133
133
./nix/ext/supautils.nix
134
134
./nix/ext/plv8.nix
135
- ./nix/ext/pljava.nix
135
+ # ./nix/ext/pljava.nix it was decided to remove pljava from the list of extensions at https://github.com/supabase/postgres/pull/690 therefore removing this task
136
136
] ;
137
137
138
138
#Where we import and build the orioledb extension, we add on our custom extensions
You can’t perform that action at this time.
0 commit comments