Skip to content

Commit b1a04b4

Browse files
committed
fix: restore pgdata-signal mode to 0755
pgdata-signal is called via sudo as postgres (other user), so it must be world-executable. 0700 would prevent postgres from running it.
1 parent 9dd67e2 commit b1a04b4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

ansible/tasks/internal/supabase-admin-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@
5353
dest: /usr/local/lib/supabase-admin-agent/pgdata-signal
5454
owner: root
5555
group: root
56-
mode: "0700"
56+
mode: "0755"
5757

5858
- name: Setting arch (x86)
5959
set_fact:

0 commit comments

Comments
 (0)