I had FreshRSS running on Truenas Scale 24.04.
After upgrading to 24.10, I am able to see FreshRSS login page but when I provide my credentials, I see a page with an error message:
HTTP 500: Application problem
Access to database is denied for
freshrss
: SQLSTATE[08006] [7] could not translate host name “freshrss-postgres” to address: Name or service not known
On TrueNAS app screen I can see the service names for this app
From my basic docker knowledge, based on the error message and service names, I am assuming fresh_rss is trying to connect to freshrss-postgres
but the correct service name is postgres
.
Any tips on how I can fix this?