【求助】迁移docker部署的seafile社区版

求助!
我在ubuntu上使用docker部署seafile,所以的数据库和文件都在。但是当我在新的系统上使用docker部署的时候,seafile无法正常使用,提示数据库访问权限错误。
直接使用官方的yml文件进行部署的,mysql都是没有改过密码,都是使用默认的db_dav。现在系统重装之后,就无法再正常部署的,求教可以如何使用,求大佬教教

我有6t多的数据,需要重新部署的才能查看,求大神解答

新的什么系统?

新的系统是ubuntu 22.04

贴一下报错截图

这是运行错误log,帮忙看看是怎么回事,拜托了
seafile-mysql | 2023-01-21 03:34:24+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.5.18+maria~ubu2004 started.
seafile-mysql | 2023-01-21 03:34:25+00:00 [Note] [Entrypoint]: Switching to dedicated user ‘mysql’
seafile-mysql | 2023-01-21 03:34:25+00:00 [Note] [Entrypoint]: Entrypoint script for MariaDB Server 1:10.5.18+maria~ubu2004 started.
seafile | *** Running /etc/my_init.d/01_create_data_links.sh…
seafile | *** Booting runit daemon…
seafile | *** Runit started as PID 15
seafile | *** Running /scripts/enterpoint.sh…
seafile | 2023-01-21 03:34:25 Nginx ready
seafile | 2023-01-21 03:34:25 This is an idle script (infinite loop) to keep container running.
seafile-mysql | 2023-01-21 03:34:25+00:00 [Note] [Entrypoint]: MariaDB upgrade not required
seafile-mysql | 2023-01-21 3:34:25 0 [Note] mysqld (mysqld 10.5.18-MariaDB-1:10.5.18+maria~ubu2004) starting as process 1 …
seafile-mysql | 2023-01-21 3:34:25 0 [Note] InnoDB: Uses event mutexes
seafile-mysql | 2023-01-21 3:34:25 0 [Note] InnoDB: Compressed tables use zlib 1.2.11
seafile-mysql | 2023-01-21 3:34:25 0 [Note] InnoDB: Number of pools: 1
seafile-mysql | 2023-01-21 3:34:25 0 [Note] InnoDB: Using crc32 + pclmulqdq instructions
seafile-mysql | 2023-01-21 3:34:25 0 [Note] mysqld: O_TMPFILE is not supported on /tmp (disabling future attempts)
seafile-mysql | 2023-01-21 3:34:25 0 [Note] InnoDB: Using Linux native AIO
seafile-mysql | 2023-01-21 3:34:25 0 [Note] InnoDB: Initializing buffer pool, total size = 134217728, chunk size = 134217728
seafile-mysql | 2023-01-21 3:34:25 0 [Note] InnoDB: Completed initialization of buffer pool
seafile-mysql | 2023-01-21 3:34:26 0 [Note] InnoDB: 128 rollback segments are active.
seafile-mysql | 2023-01-21 3:34:26 0 [Note] InnoDB: Creating shared tablespace for temporary tables
seafile-mysql | 2023-01-21 3:34:26 0 [Note] InnoDB: Setting file ‘./ibtmp1’ size to 12 MB. Physically writing the file full; Please wait …
seafile-mysql | 2023-01-21 3:34:26 0 [Note] InnoDB: File ‘./ibtmp1’ size is now 12 MB.
seafile-mysql | 2023-01-21 3:34:26 0 [Note] InnoDB: 10.5.18 started; log sequence number 48744564; transaction id 405031
seafile-mysql | 2023-01-21 3:34:26 0 [Note] InnoDB: Loading buffer pool(s) from /var/lib/mysql/ib_buffer_pool
seafile-mysql | 2023-01-21 3:34:26 0 [Note] Plugin ‘FEEDBACK’ is disabled.
seafile-mysql | 2023-01-21 3:34:26 0 [Note] Server socket created on IP: ‘::’.
seafile-mysql | 2023-01-21 3:34:27 0 [Note] Reading of all Master_info entries succeeded
seafile-mysql | 2023-01-21 3:34:27 0 [Note] Added new Master_info ‘’ to hash table
seafile-mysql | 2023-01-21 3:34:27 0 [Note] mysqld: ready for connections.
seafile-mysql | Version: ‘10.5.18-MariaDB-1:10.5.18+maria~ubu2004’ socket: ‘/run/mysqld/mysqld.sock’ port: 3306 mariadb.org binary distribution
seafile-mysql | 2023-01-21 3:34:27 3 [Warning] Aborted connection 3 to db: ‘unconnected’ user: ‘root’ host: ‘172.18.0.4’ (Got an error reading communication packets)
seafile | Checking python on this machine …
seafile |
seafile-mysql | 2023-01-21 3:34:28 5 [Warning] Access denied for user ‘seafile’@‘172.18.0.4’ (using password: YES)
seafile |
seafile | verifying password of user root … done
seafile |
seafile | verifying password of user seafile …
seafile | Failed to connect to mysql server using user “seafile” and password “***”: Access denied for user ‘seafile’@‘172.18.0.4’ (using password: YES)
seafile |
seafile-mysql | 2023-01-21 3:34:28 4 [Warning] Aborted connection 4 to db: ‘unconnected’ user: ‘root’ host: ‘172.18.0.4’ (Got an error reading communication packets)
seafile | waiting for mysql server to be ready: %s (2003, “Can’t connect to MySQL server on ‘db’ ([Errno 111] Connection refused)”)
seafile | [2023-01-21 03:34:27] Now running setup-seafile-mysql.py in auto mode.
seafile | Traceback (most recent call last):
seafile | File “/scripts/start.py”, line 92, in
seafile | main()
seafile | File “/scripts/start.py”, line 56, in main
seafile | init_seafile_server()
seafile | File “/scripts/bootstrap.py”, line 158, in init_seafile_server
seafile | call(’{} auto -n seafile’.format(setup_script), env=env)
seafile | File “/scripts/utils.py”, line 70, in call
seafile | return subprocess.check_call(*a, **kw)
seafile | File “/usr/lib/python3.8/subprocess.py”, line 364, in check_call
seafile | raise CalledProcessError(retcode, cmd)
seafile | subprocess.CalledProcessError: Command ‘/opt/seafile/seafile-server-9.0.10/setup-seafile-mysql.sh auto -n seafile’ returned non-zero exit status 255.
seafile-mysql | 2023-01-21 3:34:29 0 [Note] InnoDB: Buffer pool(s) load completed at 230121 3:34:29

我使用 22.04使用9.0的脚本全新安裝會報錯。使用8.0才能正常安裝。後來還是換回了20.04+9.0安裝脚本。

我20.04+9.0还是无法正常的安装和恢复