Version 3.2.3-1 (Debian/Bookworm)
These are unofficial binary packages of Proxmox Backup Server 3.x for debian/bookworm.
The proxmox-backup*,promox-mini-journalreader and pve-xtermjs packages are cross build using the source from https://git.proxmox.com/ with the build.sh script and the github action docker buildx workflow. The other arch independent packages were downloaded from http://download.proxmox.com/debian/pbs/dists/bullseye/pbs-no-subscription/binary-amd64/.
Use at your own risk.
Official Changelog
rust-proxmox-backup (3.2.3-1) bookworm; urgency=medium
-
api-types: remove influxdb bucket name restrictions
-
api: datastore status: delay lookup after permission check to improve
consistency of tracked read operations -
tape: improve throughput by not unnecessarily syncing/committing after
every archive written beyond the first 128 GiB -
tape: save 'bytes used' in the tape inventory and show them on the web UI
to allow users to more easily see the usage of a tape -
tape drive status: return drive activity (like cleaning, loading,
unloading, writing, ...) in the API and show them in the UI -
ui: tape drive status: avoid checking some specific status if the current
drive activity would block doing so anyway -
tape: write out basic MAM host-type attributes to media to make them more
easily identifiable as Proxmox Backup Server tape by common LTO tooling. -
api: syslog: fix the documented type of the return value
-
fix #5465: restore daemon: mount NTFS with UTF-8 charset
-
restore daemon: log some more errors on directory traversal
-
fix #5422: ui: garbage-collection: make columns in global view sortable
-
auth: move to hmac keys for csrf tokens as future-proofing
-
auth: upgrade hashes on user log in if a users password is not hashed with
the latest password hashing function for hardening purpose -
auth: use ed25519 keys when generating new auth api keys
-
notifications: fix legacy sync notifications
-
docs: document notification-mode and merge old notification section
-
docs: notifications: rewrite overview for more clarity
-
ui: datastore options: link to 'notification-mode' section
-
acme: explicitly print a query when prompting for the custom directory URI