Funkwhale Celery App refuses to start

What app is this about, and its version: Funkwhale 1.4.1~ynh1
What YunoHost version are you running: 12.1.29 (stable)
What type of hardware are you using: VPS bought online

Describe your issue

For some time now my Yunohost diagnosis has been reporting that “Service funkwhale-beat is failed”. Today I finally had time to attend to this issue. I tried to restart the service with sudo yunohost service restart funkwhale-beat but it still refuses to start.

The core problem from the log seems to be adding something to a database?

[2025-10-23 02:26:10,638: WARNING/MainProcess] _dbm
[2025-10-23 02:26:10,638: WARNING/MainProcess] .
[2025-10-23 02:26:10,638: WARNING/MainProcess] error
[2025-10-23 02:26:10,638: WARNING/MainProcess] : 
[2025-10-23 02:26:10,638: WARNING/MainProcess] cannot add item to database

Share relevant logs or error messages

It’s a classical issue, could you please run by cli:

mv /var/www/funkwhale/api/celerybeat-schedule.db /var/www/funkwhale/api/celerybeat-schedule_old.db

And restart the service?

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