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

add command for merge delta backups #1482

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

Conversation

mattthey
Copy link

PostgreSQL (Draft)

Pull request description

Added backup-merge command to merge consecutive delta backups

Describe what this PR fix

When receiving delta backups, you have to sequentially unload all backups from the base to the last incremental one at the point where you need to recover.

Thanks to this command, we can form a solid basic backup, which allows us to speed up the backup recovery time and reduce the number of data transmitted over the network.

@ostinru ostinru added the postgres PostgreSQL issue label May 29, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
postgres PostgreSQL issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants