File tree Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Expand file tree Collapse file tree 2 files changed +5
-6
lines changed Original file line number Diff line number Diff line change @@ -22,9 +22,8 @@ OOMScoreAdjust=-1000
2222EnvironmentFile=-/etc/environment.d/postgresql.env
2323LimitNOFILE=16384
2424{% if supabase_internal is defined %}
25- ProtectHome=yes
26- ReadOnlyPaths=/etc /opt
27- InaccessiblePaths=-/var/lib/supabase -/var/lib/supabase-admin-agent -/var/lib/cloud -/var/cache/supabase-admin-agent -/opt/saltstack -/etc/salt
25+ ReadOnlyPaths=/etc
26+ InaccessiblePaths=/root -/var/lib/supabase -/var/lib/supabase-admin-agent -/var/cache/supabase-admin-agent -/opt/saltstack -/etc/salt
2827{% endif %}
2928[Install]
3029WantedBy=multi-user.target
Original file line number Diff line number Diff line change @@ -10,9 +10,9 @@ postgres_major:
1010
1111# Full version strings for each major version
1212postgres_release :
13- postgresorioledb-17 : " 17.5.1.044 -orioledb"
14- postgres17 : " 17.6.1.023 "
15- postgres15 : " 15.14.1.023 "
13+ postgresorioledb-17 : " 17.5.1.045 -orioledb"
14+ postgres17 : " 17.6.1.024 "
15+ postgres15 : " 15.14.1.024 "
1616
1717# Non Postgres Extensions
1818pgbouncer_release : 1.19.0
You can’t perform that action at this time.
0 commit comments