Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check WAL shipping setup only in archiver mode #720

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Dec 20, 2022

  1. Check WAL shipping setup only in archiver mode

    Setups with only streaming_archiver enabled will fail this check.
    This blocks "backup" operation, while receive-wal works.
    
    This appears to be previously reported issue, for example see
    EnterpriseDB#298
    
    This bug may be explained by the fact previously enabling both
    streaming_archiver and archiver (WAL shipping) was the recommended
    configuration, per documentation. In such configuration this check would
    pass.
    andrey-utkin committed Dec 20, 2022
    Configuration menu
    Copy the full SHA
    fb637bb View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2023

  1. Add more WAL archiving setup checks

    - wals_directory must be writable
    - partial file should be present in case of streaming archiver
    andrey-utkin committed Jan 24, 2023
    Configuration menu
    Copy the full SHA
    1d0d204 View commit details
    Browse the repository at this point in the history