Skip to content

Releases: mvfc/backvault

v2.0.8

13 Jan 09:15

Choose a tag to compare

What's Changed

  • Downgrade bw version to 2025.10 (last known fully compatible version) by @mvfc in #49

Full Changelog: v2.0.7...v2.0.8

v2.0.7

08 Jan 09:51

Choose a tag to compare

What's Changed

  • downgrade bw cli to 2025.11.0 by @mvfc in #48
  • Cleanup crontab before creating it to avoid possible conflict with pre-existing crontab and sanitize interval hours name by @mvfc in #47

Full Changelog: v2.0.6...v2.0.7

v2.0.6

13 Dec 20:37
7ee012c

Choose a tag to compare

What's Changed

  • Update Supercronic version and checksums by @mvfc in #42

Full Changelog: v2.0.5...v2.0.6

v2.0.5

13 Dec 12:32
ac908cb

Choose a tag to compare

What's Changed

  • Update BW_VERSION to 2025.12.0 by @mvfc in #41

Full Changelog: v2.0.4...v2.0.5

v2.0.4

11 Dec 15:40
9880146

Choose a tag to compare

What's Changed

  • Enable db to be stored on an NFS mount by @mvfc in #40

Full Changelog: v2.0.3...v2.0.4

v2.0.3

11 Dec 12:10
de68029

Choose a tag to compare

What's Changed

  • Fix the regex to be a little more flexible and accept docker/k8s internal DNS by @mvfc in #39

Full Changelog: v2.0.2...v2.0.3

v2.0.2

10 Dec 08:51

Choose a tag to compare

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

28 Nov 13:21

Choose a tag to compare

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

Full Changelog: v2.0.0...v2.0.1

v2.0.0

18 Nov 15:46

Choose a tag to compare

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

12 Nov 13:23

Choose a tag to compare

Full Changelog: v1.0.2...v1.0.3