We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This needs documentation for what it is, how it works, how to configure and use it.
The only current mention is here: https://wal-g.readthedocs.io/PostgreSQL/#daemon
daemon Archives and fetch all WAL segments in the background. Works with the PostgreSQL archive library walg_archive or walg-daemon-client. Usage: wal-g daemon path/to/socket-descriptor Configuration: WALG_DAEMON_WAL_UPLOAD_TIMEOUT To configure time limit for every WAL archive in daemon. Hanging for a longer time operations will be interrupted. Default value is 60s.
daemon
Archives and fetch all WAL segments in the background. Works with the PostgreSQL archive library walg_archive or walg-daemon-client.
Usage:
wal-g daemon path/to/socket-descriptor
Configuration:
WALG_DAEMON_WAL_UPLOAD_TIMEOUT
To configure time limit for every WAL archive in daemon. Hanging for a longer time operations will be interrupted. Default value is 60s.
Which is certainly not enough information to get this working.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
This needs documentation for what it is, how it works, how to configure and use it.
The only current mention is here: https://wal-g.readthedocs.io/PostgreSQL/#daemon
Which is certainly not enough information to get this working.
The text was updated successfully, but these errors were encountered: