Skip to content

Commit 8b687e3

Browse files
authored
fix: fine tune protection rules to unblock wal-g functionality (#1846)
* fix: fine tune protection rules to unblock wal-g functionality * chore: bump suffix * chore: bump to release
1 parent fb79d32 commit 8b687e3

File tree

2 files changed

+5
-6
lines changed

2 files changed

+5
-6
lines changed

ansible/files/postgresql_config/postgresql.service.j2

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,8 @@ OOMScoreAdjust=-1000
2222
EnvironmentFile=-/etc/environment.d/postgresql.env
2323
LimitNOFILE=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]
3029
WantedBy=multi-user.target

ansible/vars.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@ postgres_major:
1010

1111
# Full version strings for each major version
1212
postgres_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
1818
pgbouncer_release: 1.19.0

0 commit comments

Comments
 (0)