执行./upgrade_5.1_6.0.sh 后提示:
[INFO] You are using SQLite3
[INFO] updating seahub database…
Traceback (most recent call last):
File “/home/haiwen/seafile-server-6.0.3/upgrade/db_update_helper.py”, line 362, in
main()
File “/home/haiwen/seafile-server-6.0.3/upgrade/db_update_helper.py”, line 357, in main
db_updater.update_db()
File “/home/haiwen/seafile-server-6.0.3/upgrade/db_update_helper.py”, line 258, in update_db
super(SQLiteDBUpdater, self).update_db()
File “/home/haiwen/seafile-server-6.0.3/upgrade/db_update_helper.py”, line 120, in update_db
self.update_seahub_sql(seahub_sql)
File “/home/haiwen/seafile-server-6.0.3/upgrade/db_update_helper.py”, line 282, in update_seahub_sql
self.apply_sqls(self.seahub_db, sql_path)
File “/home/haiwen/seafile-server-6.0.3/upgrade/db_update_helper.py”, line 272, in apply_sqls
conn.execute(line)
sqlite3.OperationalError: duplicate column name: wiped_at
Failed to upgrade your database
怎么回事?