Releases: mvfc/backvault
v2.0.8
v2.0.7
v2.0.6
v2.0.5
v2.0.4
v2.0.3
v2.0.2
We're now able to define custom PUID/PGID on environment and that will translate to the container and folder permissions.
This also will eliminate the need of creating manually the /db and /backups local folders when mounting them to disk. Now the entrypoint script will take care of all permission assigning.
v2.0.1
What's Changed
- Several security improvements and fixes throughout the codebase by @mvfc
- Change decryption script (decrypt.py) to output decrypted file instead of pasting the decrypted file contents in terminal by @driftywinds in #30
New Contributors
- @driftywinds made their first contribution in #30
Full Changelog: v2.0.0...v2.0.1
v2.0.0
Introducing new Multi-Architecture images.
Migrated the base image from debian to alpine, which means that the database and pragma key need to be deleted and re-created before updating to this version, otherwise it'll break and not be able to access the database anymore.
This is due to the fundamental change of the base image, which was done because Alpine is way more secure and flexible as a base image.
Please delete your backvault database and pragma files before upgrading.
v1.0.3
Full Changelog: v1.0.2...v1.0.3