Paperless-ngx-scheduler fails and doesn't start

What app is this about, and its version: 2.18.4~ynh2
What YunoHost version are you running: 12.1.29
What type of hardware are you using: VPS bought online

Describe your issue

Auto diagnosis found an issue with paperless-ngx-scheduler. I tried yunohost service restart paperless-ngx-scheduler . It does restart the service but the scheduler dies again after a couple of seconds.
Also tried reinstalling the app with no luck.

Share relevant logs or error messages

System status check from within the app (no clue if this is relevant or not):

I’ve seen cases where celery beat DB gets corrupted. Removing it and letting beat service start over fixed it for me (in Funkwhale, but the technology is the same).

Can you try running:

sudo mv /home/yunohost.app/paperless-ngx/data/celerybeat-schedule.db /home/yunohost.app/paperless-ngx/data/celerybeat-schedule.bak

Then restarting the dead service?

1 Like

Yup, that did the trick.

1 Like

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