Upgrade 6.1 to 6.2 SQLite fails

when running he script seafile-server-6.2.2/upgrade/upgrade_6.1_6.2.sh (from 6.1.2 to 6.2.2) I got the following error:
[INFO] You are using SQLite3
[INFO] updating seahub database…
Traceback (most recent call last):
File “/mnt/g1/home/data/seaserver/seafile-server-6.2.2/upgrade/db_update_helper.py”, line 363, in
main()
File “/mnt/g1/home/data/seaserver/seafile-server-6.2.2/upgrade/db_update_helper.py”, line 358, in main
db_updater.update_db()
File “/mnt/g1/home/data/seaserver/seafile-server-6.2.2/upgrade/db_update_helper.py”, line 259, in update_db
super(SQLiteDBUpdater, self).update_db()
File “/mnt/g1/home/data/seaserver/seafile-server-6.2.2/upgrade/db_update_helper.py”, line 120, in update_db
self.update_seahub_sql(seahub_sql)
File “/mnt/g1/home/data/seaserver/seafile-server-6.2.2/upgrade/db_update_helper.py”, line 283, in update_seahub_sql
self.apply_sqls(self.seahub_db, sql_path)
File “/mnt/g1/home/data/seaserver/seafile-server-6.2.2/upgrade/db_update_helper.py”, line 273, in apply_sqls
conn.execute(line)
**sqlite3.OperationalError: no such table: sysadmin_extra_userloginlog**

Failed to upgrade your database
Is there any reason and solution for this issue?
Thanks in advance.

You didn’t run all upgrade scripts before.

Thanks, but I’m sure to do the upgrades regularly with the update-scripts.
Have you a hint, which update I may have missed?

Ok, it’s solved. Look at Seafile server 6.2.0 beta is ready for testing!