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

Added password encryption for ZIP files #47

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Conversation

mdrozdovz
Copy link

Added password encryption for ZIP files used both in local and remote (S3/Minio) destinations.

Working with remote destinations it's often the case the bucket is shared across different teams/projects or permissions are not fine-grained. So, in order to prevent data leaks, and as best practice when uploading data to third party services encrypting files is a way to go.

This PR adds support for encrypting dump and decrypting upon restoration - by replacing unzip utility with p7zip.

@nicam
Copy link

nicam commented Dec 8, 2024

Oh great, exactly what I was looking for. Can we get this merged? :)

@giangyger
Copy link

The only thing missing for me and what is preventing me from using pgbackweb right now. Awesome if we can get this merged!

@eduardolat
Copy link
Owner

Let me modify it so that the passwords are set at the backup level instead of globally, this way it is much more flexible

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.

4 participants