Wednesday, July 29, 2026
support@conference.yunohost.org
July
Mon Tue Wed Thu Fri Sat Sun
    1
2
3
4
5
6
7
8
9
10
11
12
13
14
15 16
17 18
19
20
21
22 23
24
25
26
27
28
29
30
31
   
             

[09:14:41] <jolus> > The db service restarts in a loop and a migration is not being applied. Is it an upgrade of an existing wanderer or a fresh install ?
I am running out of ideas. Anything else I could try?
[09:22:40] <Thomas> Maybe have a look at the upstream repo to see if a similar issue exists? Normally db migrations should work automatically
[10:20:47] <jolus> > Maybe have a look at the upstream repo to see if a similar issue exists? Normally db migrations should work automatically
I have found a similar issue in the upstream repo: https://github.com/open-wanderer/wanderer/issues/1043
It seems to be related to the database
[20:45:59] <ploc> I have a few questions about Yunohost. Sorry if the anwser is somewhere in a FAQ. If multiple installed apps are using mariadb. Will mariadb be installed multiple times? Or will mariadb be shared between apps?

This question is not about mariadb specifically, but about all services and backends used by apps.
[20:54:20] <miro5001> Every service is installed once and used by all apps that require it/allowed to use it: mariadb, postgresql, redis, node, php (depending on the version required, you can have multiple versions ex php8.4, php8.2, etc.)