Monica HQ error on upgrade - SQL unknown column

Hi :wave:. I don’t find similar issues mentioned in the forum. I’ve previously debugged and manually fixed issues with apps. This issue seems more application-specific.

My YunoHost server

Hardware: On own hardware, in LXC container
YunoHost version: 11.0.11 (stable)
I have access to my server : ssh & lxc shell / pty
Are you in a special context or did you perform some particular tweaking on your YunoHost instance ? : no
If yes, please explain: running app upgrades, perhaps triggered
If your request is related to an app, specify its name and version: monica 3.7.0~ynh2

Description of my issue

SQLSTATE[42S22]: Column not found: 1054 Unknown column ‘address_book_id’ in ‘where clause’ (SQL: select accounts., (select count() from contacts where accounts.id = contacts.account_id and address_book_id is null and contacts.deleted_at is null) as contacts_count, (select count() from reminders where accounts.id = reminders.account_id) as reminders_count, (select count() from notes where accounts.id = notes.account_id) as notes_count, (select count() from activities where accounts.id = activities.account_id) as activities_count, (select count() from gifts where accounts.id = gifts.account_id) as gifts_count, (select count(*) from tasks where accounts.id = tasks.account_id) as tasks_count from accounts where accounts.id = 1 limit 1)

This topic was automatically closed 15 days after the last reply. New replies are no longer allowed.