The check as it was previously was indeed not ideal, so we not only fixed the issue itself but also changed the check such that it cannot happen in this form again, as now PVE either supports a major Debian release or it doesn't, but no break...
Hi All
hit an issue with updated LXC to Debian 13.1
TASK ERROR: unable to create CT 200 - unsupported debian version '13.1'
FIX:
you need to edit /usr/share/perl5/PVE/LXC/Setup/Debian.pm
on line 39
and change
from
die "unsupported...
I believe once they add CT template for debian 13, they will also fix this perl script. Maybe their approach is "since we don't provide official trixie CT, we won't allow you to start one, if you dist-upgrade inside the container"?