Proxmox Backup Server 3.3 released!

Would be nice if we can test if it still works with ntfs, my UUID is a simple string with 16 characters/digits in uppercase.
NTFS is currently not supported as the UUID format is enforced by the api schema. Please do open a feature request at bugzilla.proxmox.com for this.
 
Ok thats the problem, I tried to use my existing datastore which is a ntfs partition. In past I had a script to mount / unmount and edit datastore.cfg to make it possible use removable datastores. NTFS UUIDs looks different.


Would be nice if we can test if it still works with ntfs, my UUID is a simple string with 16 characters/digits in uppercase.
NTFS is not a modern file system, and it's hard to get supported correctly as it's a proprietary file system.
The Linux kernel implementation works somewhat OK for reading, but I'd not rely on writing critical data like backups to NTFS from Linux.
And UUIDs are standardized, they are 128 bits and coming out as 32 hex chars, if NTFS has a different format then it's not a UUID.
While we could deviate from that, which itself I would really like to avoid, it's not 100% clear that Windows based FS can be supported as they have some quite different design choices and do not support everything that Linux/Unix/POSIX file systems do.

Edit: Can be still worth a try and could work out fine, but I wanted to manage the expectations here a bit.
 
Last edited:
This looks wrong, with 3.3.0 the version in the header is also not separated with a minus sign anymore, in your screenshot it still is.

Either something went wrong with the upgrade, some old daemon is still running or your browser has an issue, unlikely after you tried different on
This looks wrong, with 3.3.0 the version in the header is also not separated with a minus sign anymore, in your screenshot it still is.

Either something went wrong with the upgrade, some old daemon is still running or your browser has an issue, unlikely after you tried different ones.
Just wanted to follow up here and thank you! I was able to resolve my issue and you were right - it was cache, but not browser cache. It was Cloudflare cache, which I put in front of my instance. Thank you again!
 
Hello!

This is probably a dumb question, but is there a changelog for minor releases? For example, the wiki has the big roadmap/changelog for 3.x to 3.y, but I'm not quite sure what's happening when I see an update from 3.y.0 to 3.y.1.
 
This is probably a dumb question, but is there a changelog for minor releases?
Yes, for pending updates you can select the packages and use the changelog button on the web UI's Updates panel.

Otherwise, you can use apt changelog PACKAGE, for example apt changelog proxmox-backup-server, on a shell on the PBS server (the shell from the web UI, or SSH, ...) to see the full changelog of any package.
 
Yes, for pending updates you can select the packages and use the changelog button on the web UI's Updates panel.

Otherwise, you can use apt changelog PACKAGE, for example apt changelog proxmox-backup-server, on a shell on the PBS server (the shell from the web UI, or SSH, ...) to see the full changelog of any package.
Awesome! Thanks!
 
Hi, how can i update in debian from v3.2-2.? normal update dist-upgrade dont find new v3.3...
regards
 
Hi, how can i update in debian from v3.2-2.? normal update dist-upgrade dont find new v3.3...
Version information of packages in my system, just for comparison:
Code:
~# apt policy proxmox-backup-server | head

WARNING: apt does not have a stable CLI interface. Use with caution in scripts.

proxmox-backup-server:
  Installed: 3.3.2-1
  Candidate: 3.3.2-1
  Version table:
 *** 3.3.2-1 500
        500 http://download.proxmox.com/debian/pbs bookworm/pbs-no-subscription amd64 Packages
        100 /var/lib/dpkg/status
     3.3.1-1 500
        500 http://download.proxmox.com/debian/pbs bookworm/pbs-no-subscription amd64 Packages

If you do not see similar information you probably have not setup the correct repository: https://pbs.proxmox.com/docs/installation.html#proxmox-backup-no-subscription-repository

If you encounter further problems please post the output of
  • head -n -0 /etc/apt/sources.list /etc/apt/sources.list.d/* # all repositories
  • apt update && apt -d -y full-upgrade # update package list and download (not:install) packages
 
Hi, here is output:
head -n -0 /etc/apt/sources.list /etc/apt/sources.list.d/*
==> /etc/apt/sources.list <==
deb http://ftp.de.debian.org/debian/ bookworm main contrib non-free non-free-firmware
deb-src http://ftp.de.debian.org/debian/ bookworm main contrib non-free non-free-firmware

deb http://ftp.de.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware
deb-src http://ftp.de.debian.org/debian/ bookworm-updates main contrib non-free non-free-firmware

deb http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware
deb-src http://security.debian.org/debian-security bookworm-security main contrib non-free non-free-firmware

# PVE pve-no-subscription repository provided by proxmox.com,
# NOT recommended for production use
deb http://download.proxmox.com/debian/pve bookworm pve-no-subscription

==> /etc/apt/sources.list.d/pbs-enterprise.list <==
#deb https://enterprise.proxmox.com/debian/pbs bookworm pbs-enterprise
have change pva to pbs, that was the problem.
regards^^
 
Last edited:

About

The Proxmox community has been around for many years and offers help and support for Proxmox VE, Proxmox Backup Server, and Proxmox Mail Gateway.
We think our community is one of the best thanks to people like you!

Get your subscription!

The Proxmox team works very hard to make sure you are running the best software and getting stable updates and security enhancements, as well as quick enterprise support. Tens of thousands of happy customers have a Proxmox subscription. Get yours easily in our online shop.

Buy now!