Nextcloud 34 for Trixie? #67
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Nextcloud 34 looks officially supported on Debian 12 and 13:
https://docs.nextcloud.com/server/latest/admin_manual/installation/system_requirements.html
I set new upstream Nextcloud 34.0.1 fir Trixie
This broke my setup: v34 got installed via
apt upgrade, but the update script does not support skipping major versions.I fixed it as follows:
dpkg -i. This upgraded com v32 to v33.apt upgrade.Other than that, thank you for maintaining Nextcloud deb packages!!
Hy!
Same here... I had a snapshot beforhand, so I was able to move back, copy over and do the upgrade to v33, then install v34 from your package... It would be nice to handle this, since everyone will have the same DB problem, and v34 upgrade already change stuff inside the db, so v33 cannot be applied. (at least, i not started figuring out which has to be undone inside the SQL)