Skip to content

Add --exclude-tmpdir option, which makes exclude pgsql_tmp and snapshots dirs #271

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

Closed
wants to merge 1 commit into from

Conversation

harukat
Copy link

@harukat harukat commented Dec 18, 2024

If there are many large file size temporary files or logical replication snapshot files in the database cluster directory, it will take longer to get a full backup. These files are not likely to be used after the restore.
Therefore, we have added an option to exclude these files when obtaining full backups.

I have confirmed successful testing with PG16 and PG17.

…ots dirs.

If there are many large file size temporary files or logical replication
snapshot files in the database cluster directory, it will take longer to
get a full backup.  These files are not likely to be used after the restore.
Therefore, we have added an option to exclude these files when obtaining
full backups.
@harukat harukat closed this Dec 18, 2024
@harukat
Copy link
Author

harukat commented Dec 18, 2024

I made a pull-request from the master by mistake, so I'll drop it. I'm redoing it at #272.

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.

1 participant