Updating seafile/seahub database …
[INFO] You are using SQLite3
[INFO] updating seahub database…
Traceback (most recent call last):
File “/home/haiwen/seafile-server-8.0.1/upgrade/db_update_helper.py”, line 384, in
main()
File “/home/haiwen/seafile-server-8.0.1/upgrade/db_update_helper.py”, line 379, in main
db_updater.update_db()
File “/home/haiwen/seafile-server-8.0.1/upgrade/db_update_helper.py”, line 275, in update_db
super(SQLiteDBUpdater, self).update_db()
File “/home/haiwen/seafile-server-8.0.1/upgrade/db_update_helper.py”, line 129, in update_db
self.update_seahub_sql(seahub_sql)
File “/home/haiwen/seafile-server-8.0.1/upgrade/db_update_helper.py”, line 299, in update_seahub_sql
self.apply_sqls(self.seahub_db, sql_path)
File “/home/haiwen/seafile-server-8.0.1/upgrade/db_update_helper.py”, line 289, in apply_sqls
conn.execute(line)
sqlite3.OperationalError: no such table: VirusFile
Failed to upgrade your database
大神们,这是什么问题。
- For CentOS 8
yum install python3-devel mysql-devel gcc gcc-c++ -y
sudo pip3 install future mysqlclient
这两项也已经安装。还是报上面的错误。