Skip to content
This repository has been archived by the owner on Aug 22, 2024. It is now read-only.

v0.4.20

Compare
Choose a tag to compare
@github-actions github-actions released this 02 Apr 06:34
· 177 commits to master since this release

Changelog

fda7797 Schema collector: fix version check logic.
d673121 WAL archiver collector: 1) calculate archive lag in more simple way using .ready files from archive_status directory; 2) add version check.
c62a861 WAL archiver collector: fix wrong function (pg_ls_waldir can lookup into archive_status directory), raise version check (cannot use pg_ls_dir - it is superuser-only).