haiwen / seafile

High performance file syncing and sharing, with also Markdown WYSIWYG editing, Wiki, file label and other knowledge management features.
http://seafile.com/
Other
12.26k stars 1.54k forks source link

Table 'ccnnet_db.OrgUser' doesn't exist #2542

Closed FriesischScott closed 2 years ago

FriesischScott commented 2 years ago

I am on CE 9.0.2 and am seeing a lot of db errors in my seafile.log caused by a missing table.

2022-02-02 18:21:04 ../common/seaf-db.c(781): Failed to prepare sql SELECT group_id FROM OrgGroup WHERE group_id = ?: Table 'ccnet_db.OrgGroup' doesn't exist
2022-02-02 18:21:04 ../common/org-mgr.c(569): DB error when check group exist in OrgGroup.

or

2022-02-02 18:26:15 ../common/seaf-db.c(781): Failed to prepare sql SELECT t1.org_id, email, is_staff, org_name, url_prefix, creator, ctime FROM OrgUser t1, Organization t2 WHERE t1.org_id = t2.org_id AND email = ?: Table 'ccnet_db.OrgUser' doesn't exist

Should I be concerned about this?

FriesischScott commented 2 years ago

Realized this is for the client only. I'll post on the forum instead.