funkwhale_ynh icon indicating copy to clipboard operation
funkwhale_ynh copied to clipboard

[funkwhale-beat] refuse to start correctly

Open isAAAc opened this issue 1 year ago • 3 comments

ynh on distant VPS

root@krashboyz:/var/log/funkwhale# yunohost --version
yunohost: 
  repo: stable
  version: 12.0.12
yunohost-admin: 
  repo: stable
  version: 12.0.7.1
yunohost-portal: 
  repo: stable
  version: 12.0.10
moulinette: 
  repo: stable
  version: 12.0.4
ssowat: 
  repo: stable
  version: 12.0.3
root@krashboyz:/var/log/funkwhale# yunohost app info funkwhale
description: Convivial and modern music server
domain_path: son.krashboyz.org/
name: Funkwhale
version: 1.4.0~ynh5

python installed

Hello , as mentionned , funkwhale-beat is crashing:

last log in root@krashboyz:/var/log/funkwhale# cat funkwhale-beat.log

thx for your help, i already tried to force upgrade as suggered in https://github.com/YunoHost-Apps/funkwhale_ynh/issues/282, but upgrade is broken https://github.com/YunoHost-Apps/funkwhale_ynh/issues/284

isAAAc avatar Apr 01 '25 11:04 isAAAc

When funkwhale-beat fails to start, you don’t have to upgrade all funkwhale (that’s only needed when after an upgrade from a major debian version eg 11 -> 12). Here, normally, following command by cli should be sufficient: mv /var/www/funkwhale/api/celerybeat-schedule.db /var/www/funkwhale/api/celerybeat-schedule_old.db

Thovi98 avatar Apr 01 '25 15:04 Thovi98

@Thovi98 oh yes , perfect, it works \o/

thx for your help, what is the root issue ? do you have an idea why i need to wipe celerybeat-schedule.db , and could i automate this ?

isAAAc avatar Apr 01 '25 17:04 isAAAc

No I don't know, somtimes it happens to every x days, sometimes nothing for months... it's an upstream issue I think

Thovi98 avatar Apr 07 '25 08:04 Thovi98