You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We set the option max_slot_wal_keep_size supported by postgres >= 13 and want to alert if the slot is lost. I cannot find a reliable solution to do this except using wal_status and safe_wal_size which is currently not exported.
Proposal
We set the option max_slot_wal_keep_size supported by postgres >= 13 and want to alert if the slot is lost. I cannot find a reliable solution to do this except using
wal_status
andsafe_wal_size
which is currently not exported.documentation: https://www.postgresql.org/docs/13/view-pg-replication-slots.html
example:
The text was updated successfully, but these errors were encountered: