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

PgBackRest: Enable asynchronous WAL archiving #515

Merged
merged 3 commits into from
Nov 21, 2023

Conversation

vitabaks
Copy link
Owner

@vitabaks vitabaks commented Nov 21, 2023

Asynchronous archiving is enabled with the archive-async option. This option enables asynchronous operation for both the archive-push and archive-get commands.

Asynchronous operation is most useful in environments that generate a lot of WAL or have a high latency connection to the repository storage (i.e., S3 or other object stores).

Details: https://pgbackrest.org/user-guide.html#async-archiving

Example:

default
2023-11-21_12-02-38

with "archive-async"
2023-11-21_11-58-22

@vitabaks vitabaks added the enhancement Improvement of the current functionality label Nov 21, 2023
@vitabaks vitabaks self-assigned this Nov 21, 2023
@vitabaks vitabaks merged commit 9b27898 into master Nov 21, 2023
17 checks passed
@vitabaks vitabaks deleted the pgbackrest-archive-async branch November 21, 2023 11:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement of the current functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant