YunoHost-Apps/wekan_ynh

Warning during backup : "The service wekan didn't fully started before the timeout."

Closed this issue · 7 comments

SiM commented

Hi,

When backuping Wekan (yunohost backup create --apps wekan), I have almost every time a warning about "The service wekan didn't fully started before the timeout." caused by a LDAP Background Sync error (regarding the log provided)

But the service still launches, despite this message.

Here is the full log :
https://paste.yunohost.org/hijiqinufe.vbs

# yunohost --version
yunohost:
  repo: stable
  version: 3.6.5.3
yunohost-admin:
  repo: stable
  version: 3.6.5.1
moulinette:
  repo: stable
  version: 3.6.4.1
ssowat:
  repo: stable
  version: 3.6.4

#  yunohost app info wekan
description: Trello-like kanban
license: MIT
name: Wekan
version: 3.55~ynh1

I made some test to the version 3.55~ynh1 without encountering that issue.
Maybe you should upgrade first to actual wekan version => 3.79~ynh1

SiM commented

Hi, sorry for the delay in responding.

Despite upgrading wekan, I have still the same error (but not the same log), this time with every backup.

See the log here : https://paste.yunohost.org/ijoxaxeyup.vbs
It is the last user created on YNH that appears in the log (it changes to the last when creating a new one), no matter if the user has access to wekan or not, has already logged in wekan or not (I have tested these cases).

# yunohost --version
yunohost:
  repo: stable
  version: 3.7.0.12
yunohost-admin:
  repo: now
  version: 3.7.0.3
moulinette:
  repo: stable
  version: 3.7.0.2
ssowat:
  repo: stable
  version: 3.7.0.3
# yunohost app info wekan
description: Trello-like kanban
license: MIT
name: Wekan
version: 3.79~ynh1

When doing the backup, can you in another windows launch journalctl -feu wekan
at the beginning of the backup, wekan service is stopped, and started at the end of the backup. During the start part, you should see a line with Started Wekan, task board in the journactl windows let me know if the line is different.

SiM commented

Hi,
The line Started Wekan, task board is present in the journalctl. See here : https://paste.yunohost.org/xicisetaba.pl

I made 6 backups in a row, 4 with nothing to report, 2 with the same problem described in this issue (the second one and the last one). The journalctl output is the same in both cases.

SiM commented

Quick update : since my last message, all my backups (via a cronjob that runs every day) have the following issue.

I have tested on another YNH instance too and encountered the same issue.

Doing several backups, I also have the error sometimes...
And the error comes even if wekan service is started.
I've opened an issue at YunoHost/issues#1573

Well, after some work on the issue, as even it says that the service is not started... it's started. We decided to not found a solution.