Postgres crashing after enable stats feature
pxtecnologia
PROOP

4 months ago

After "Enable pg_stat_statements to track query performance", container crashes with message:

2026-02-14 14:51:56.439 UTC [5] FATAL: could not access file "timescaledb,pg_stat_statements": No such file or directory

2026-02-14 14:51:56.439 UTC [5] LOG: database system is shut down

Solved

7 Replies


4 months ago

I've also forwarded your issue to the team.


daveshanley
PRO

4 months ago

Happening to me too, this has taken my product offline in production. I regret clicking that button


4 months ago

The most straight forward way would be to just SSH into the service and remove the quotes from "timescaledb,pg_stat_statements" in the postgresql.auto.conf file. Alternatively, if you have a volume backup, restoring the backup should also fix this.


pxtecnologia
PROOP

4 months ago

thanks. is this error be fixed for future deploys?


4 months ago

It should be fine, although it's always good to have backups just in case.


Status changed to Solved medim 4 months ago


4 months ago

This error is now fixed.


Welcome!

Sign in to your Railway account to join the conversation.

Loading...