Postgres crashing after enable stats feature
pxtecnologia
PROOP

25 days ago

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

2026-02-14 14:51:56.439 UTC [5] FATAL: could not access file "timescaledb,pgstatstatements": No such file or directory
2026-02-14 14:51:56.439 UTC [5] LOG: database system is shut down

Solved

7 Replies


25 days ago

I've also forwarded your issue to the team.


daveshanley
PRO

25 days ago

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


25 days ago

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


pxtecnologia
PROOP

25 days ago

thanks. is this error be fixed for future deploys?


25 days ago

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


Status changed to Solved medim 20 days ago


20 days ago

This error is now fixed.


Loading...