postgresql-backup-s3
postgresql-backup-s3 copied to clipboard
During encryption and decryption, use PBKDF2 key derivation
When using the ENCRYPTION_PASSWORD, I'm getting errors like:
*** WARNING : deprecated key derivation used.
Using -iter or -pbkdf2 would be better.
I just added the required parameters in order to use the PBKDF2 key derivation.