Debian 11 auf 12

Hallo Experten,

hat schon jemand einen Seafile-Server von Debian 11 auf Debian 12 gehoben? Versuche mich daran schon seit ein paar Tagen. Bekomme es aber einfach nicht hin. Nach dem erfolgreichen Upgrade des Debian kann Seahub nicht mehr gestartet werden. Ich meine mal in den Logs iwo gesehen zu haben, dass es mit der MariaDB zusammen hängt.

Weiß aber nicht mehr wo ich das gesehen habe bzw. was ich daran ändern müsste.
Kann jemand das Problem bestätigen? Ist das bekannt? Oder was kann man tun? Läuft Seafile 10.0.1 überhaupt unter Debian 12? Wie müsste ich vorgehen?

hi
I did it, but the version of python evolves in debian 12 and certain packages are not available on debian 12 (example: libmariadb-dev-compat libmariadb-dev ) and here is a preview of what will happen if you try.

  1. strongly advised against forcing the installation of dependencies by using at the end of the command " --break-system-packages ", this could break your system or create an error on other programs)
  2. create a virtual environment for python in debian 12 and install the version you need for seafile, here is a link for explanation, but you will find many others on the net and as long as Seafile is not supported by the developers for the mommet on debian 12 it is a risky operation
    How to install virtual environment on ubuntu 16.04 · GitHub

Okay, dann scheint es ja nicht mein Fehler zu sein. Viel mehr kann man sagen, dass Debian 12 (noch) nicht unterstützt wird. Dann warte ich erstmal ab, ob da noch was offizielles kommt.

here you have a table of versions supported by Seafile

Ja, die neueste Community-Edition läuft immer bei mir. Derzeit 10.0.1.
Aber eben unter Debian 11 und nicht unter Debian 12. Das funktioniert nicht … Aber steht ja auch so in der Liste.

With the sqlite backend seafile 10 server runs on debian 12 bookworm without problems.

Of course this does not use the new fileserver nor the websocket server.

Requirements needed: python3-django, python3-django-captcha, rest already in standard install.