github marcpope/borgbackupserver v2.9.1

latest releases: v2.27.0-beta5, v2.27.0-beta4, v2.27.0-beta3...
one month ago

Bug Fixes

  • Fix .env not persisted across Docker container recreation (#10) — The .env file (containing the APP_KEY used to encrypt SSH keys and S3 credentials) was stored inside the container's ephemeral filesystem. After docker compose down/up, a new APP_KEY was generated, making all encrypted data undecryptable. The .env is now stored on the /var/bbs persistent volume with a symlink back to the expected path. Existing containers are migrated automatically on next start.

  • Fix rclone test connection failures in Docker — The S3 test connection was missing essential environment variables (HOME, PATH, RCLONE_CONFIG), causing rclone to fail with getent not found and .rclone.conf not found errors.

Don't miss a new borgbackupserver release

NewReleases is sending notifications on new releases.