Inyrss is not starting anymore

Since today tinyrss is not starting anymore. When I try to start it, it says:

Exception while creating PDO object:SQLSTATE[08006] [7] could not connect to server: Connection refused
Is the server running on host “localhost” (::1) and accepting
TCP/IP connections on port 5432?
could not connect to server: Connection refused
Is the server running on host “localhost” (127.0.0.1) and accepting
TCP/IP connections on port 5432?

I do not think that i have changed anything. Any ideas?

The error message is saying that postgresql (database for ttrss) is not running.

First you should try to start the service systemctl start postgresql.

The output of systemctl status postresql might be useful if it started or not.

If it doesnt, you can check the log file tail -n 100 -f /var/log/postgresql/postgresql-11-main.log for more details why it might be failing.

You could upload the output in some public pad and post here.
A (wild) guess would be that if the box shutdown abruptly the database is corrupted.

Hope this helps.

Thank you. For now I will not test it, as I am setting up my Freedombox with the new Olimex-Card anew.