File tree Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Expand file tree Collapse file tree 2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -22,7 +22,9 @@ OOMScoreAdjust=-1000
2222EnvironmentFile=-/etc/environment.d/postgresql.env
2323LimitNOFILE=16384
2424{% if supabase_internal is defined %}
25- ReadOnlyPaths=/etc
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
2628{% endif %}
2729[Install]
2830WantedBy=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.042 -orioledb"
14- postgres17 : " 17.6.1.021 "
15- postgres15 : " 15.14.1.021 "
13+ postgresorioledb-17 : " 17.5.1.043 -orioledb"
14+ postgres17 : " 17.6.1.022 "
15+ postgres15 : " 15.14.1.022 "
1616
1717# Non Postgres Extensions
1818pgbouncer_release : 1.19.0
You can’t perform that action at this time.
0 commit comments