Mealie fails update v3.11.0 1.7.2 → 1.8.6

I will break my problems into tow topics to try and keep everything concise. I’m new to apps on TrueNAS, in the past updates just have worked. But this update hasn’t for the past several weeks. Where can I find; logs showing what happened and where is the community who already knows this answer so I don’t have to post here.

you can take a look at the logs with

sudo cat /var/log/app_lifecycle.log

from shell

I would start with @LarsR advice and visiting the Apps Documentation section to see if that is helpful. What is your other problem. I didn’t see any other new posts by your account when I just checked. The issues could be related. Mealie fails to import backup

Hit the edit button and check what database you are using. If it’s postgres 15 stop the app and change it to postgres 18. I had this same problem recently.

Changing to postgres 18 solved the issue. Thanks.