What app is this about, and its version: Readeck, 0.20.3~ynh1
What YunoHost version are you running: 12.1.26
What type of hardware are you using: Virtual machine
Describe your issue
I’m writing this post and will provide a solution in the comments below just in case someone has the same issue I’ve had. I’ve noticed that, with some apps, I have various issues that seem to come from running Yunohost on a VM. Because when I installed it once on bare metal, everything worked better and Readeck might be one of those apps that’s a little odd on a VM.
Anyway, after setting up a subdomain and installing Readeck, Yunohost completes the installation just fine, but the Readeck website was throwing a 502 Bad Gateway error. The error text was helpful and said to check the readeck service, which I did through Tools → Services in the admin portal. Sure enough, Readeck wasn’t able to start, and the logs pointed to its inability to create a Postgres extension called ‘unaccent.’ The service was trying to restart over and over again, but threw the same message every time.
Share relevant logs or error messages
Oct 01 05:48:41 readeck[222756]: {“time”:“2025-10-01T05:48:41.314103307-05:00”,“level”:“ERROR”,“msg”:“can’t initialize database”,“err”:“ERROR: permission denied to create extension "unaccent" (SQLSTATE 42501)”}
Oct 01 05:48:41 systemd[1]: readeck.service: Main process exited, code=exited, status=1/FAILURE
Oct 01 05:48:41 systemd[1]: readeck.service: Failed with result ‘exit-code’.