Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion ansible/files/postgresql_config/postgresql.conf.j2
Original file line number Diff line number Diff line change
Expand Up @@ -299,7 +299,7 @@ max_wal_senders = 10 # max number of walsender processes
max_replication_slots = 5 # max number of replication slots
# (change requires restart)
#wal_keep_size = 0 # in megabytes; 0 disables
max_slot_wal_keep_size = 4096 # in megabytes; -1 disables
max_slot_wal_keep_size = 512 # in megabytes; -1 disables
#wal_sender_timeout = 60s # in milliseconds; 0 disables
#track_commit_timestamp = off # collect timestamp of transaction commit
# (change requires restart)
Expand Down
8 changes: 4 additions & 4 deletions ansible/vars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ postgres_major:

# Full version strings for each major version
postgres_release:
postgresorioledb-17: "17.6.0.072-orioledb"
postgres17: "17.6.1.115"
postgres15: "15.14.1.115"
postgresorioledb-17: "17.6.0.073-orioledb"
postgres17: "17.6.1.116"
postgres15: "15.14.1.116"

# Non Postgres Extensions
pgbouncer_release: 1.25.1
Expand Down Expand Up @@ -60,7 +60,7 @@ postgres_exporter_release_checksum:
arm64: sha256:29ba62d538b92d39952afe12ee2e1f4401250d678ff4b354ff2752f4321c87a0
amd64: sha256:cb89fc5bf4485fb554e0d640d9684fae143a4b2d5fa443009bd29c59f9129e84

adminapi_release: "0.100.2"
adminapi_release: "0.101.0"
adminmgr_release: "0.32.3"
supabase_admin_agent_release: 1.8.0
supabase_admin_agent_splay: 30s
Expand Down
Loading