Skip to content

Conversation

mbanck
Copy link
Contributor

@mbanck mbanck commented Oct 4, 2023

This addresses issue #150.

@mbanck mbanck force-pushed the check_archive_ready_v10 branch from 680aa4a to 264458c Compare October 4, 2023 16:12
The archive_ready check uses the wal_files check with dedicated options -
however, since wal_files was fixed for version 10 in 8e6b3c2 it called
pg_ls_waldir() even for the archive_ready check which is not
appropriate as this only lists files in pg_wal and not in
pg_wal/archive_status.

This change makes the wal_files check call pg_ls_archive_statusdir()
instead if $extrabit (i.e. .ready) is set, fixing issue bucardo#150.
@mbanck mbanck force-pushed the check_archive_ready_v10 branch from 264458c to 6d69b98 Compare October 4, 2023 16:19
@mbanck-cd
Copy link

Ping, any updated on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants