Tried to install Installation of Seafile Server Community Edition with MySQL/MariaDB

I followed the directions on Installation - Seafile Admin Manual # Installation of Seafile Server Community Edition with MySQL/MariaDB

seahub.sh will not start. Is there a better link to follow for home server installs ?

Good morning! Can you share what is in the log files?

OK I found them /opt/seafile/logs

I don;t mind starting over this is a fresh instrall - I must have missed something in the instructions

tail seafile.log
[2025-06-09 19:54:28] [INFO] http-server.c(196): fileserver: worker_threads = 10
[2025-06-09 19:54:28] [INFO] http-server.c(207): fileserver: verify_client_blocks = 1
[2025-06-09 19:54:28] [INFO] http-server.c(229): fileserver: cluster_shared_temp_file_mode = 600
[2025-06-09 19:54:28] [INFO] socket file exists, delete it anyway
[2025-06-09 19:54:28] [WARNING] …/common/seaf-db.c(867): Failed to connect to MySQL: Plugin caching_sha2_password could not be loaded: /usr/lib/mariadb/plugin/caching_sha2_password.so: cannot open shared object file: No such file or directory
[2025-06-09 19:54:28] [WARNING] …/common/seaf-db.c(867): Failed to connect to MySQL: Plugin caching_sha2_password could not be loaded: /usr/lib/mariadb/plugin/caching_sha2_password.so: cannot open shared object file: No such file or directory
[2025-06-09 19:54:28] [WARNING] repo-mgr.c(3917): Failed to add branch.
[2025-06-09 19:54:28] [WARNING] seafile-session.c(633): Failed to create system default repo.
[2025-06-09 19:54:47] [WARNING] …/common/seaf-db.c(867): Failed to connect to MySQL: Plugin caching_sha2_password could not be loaded: /usr/lib/mariadb/plugin/caching_sha2_password.so: cannot open shared object file: No such file or directory
[2025-06-09 19:55:10] [WARNING] …/common/seaf-db.c(867): Failed to connect to MySQL: Plugin caching_sha2_password could not be loaded: /usr/lib/mariadb/plugin/caching_sha2_password.so: cannot open shared object file: No such file or directory

/opt/seafile/logs$ tail seafile-monitor.log

Original exception was:
Traceback (most recent call last):
File “”, line 198, in _run_module_as_main
File “”, line 88, in _run_code
File “/opt/seafile/seafile-server-12.0.14/pro/python/seafevents/main.py”, line 6, in
from seafevents.db import create_db_tables, prepare_db_tables
File “/opt/seafile/seafile-server-12.0.14/pro/python/seafevents/db.py”, line 7, in
from sqlalchemy import create_engine
ModuleNotFoundError: No module named ‘sqlalchemy’