I’ve downloaded the logs and the following errors are occurring in seahub.log. Don’t know much about django but is Seafile v8 Pro actually compatible with MariaDB v10.6.5?
Traceback (most recent call last):
File "/data/seafile/seafile-pro-server-8.0.15/seahub/thirdpart/django/db/backends/base/base.py", line 217, in ensure_connection
self.connect()
File "/data/seafile/seafile-pro-server-8.0.15/seahub/thirdpart/django/db/backends/base/base.py", line 195, in connect
self.connection = self.get_new_connection(conn_params)
File "/data/seafile/seafile-pro-server-8.0.15/seahub/thirdpart/django/db/backends/mysql/base.py", line 227, in get_new_connection
return Database.connect(**conn_params)
File "/usr/local/lib64/python3.6/site-packages/MySQLdb/__init__.py", line 130, in Connect
return Connection(*args, **kwargs)
File "/usr/local/lib64/python3.6/site-packages/MySQLdb/connections.py", line 185, in __init__
super().__init__(*args, **kwargs2)
MySQLdb._exceptions.OperationalError: (2019, "Can't initialize character set utf8 (path: /usr/share/mysql/charsets/)")