Miniflux 2.0.49 - store: unable to get entries: pq: time zone "US/Pacific" not recognized
-
After updating to Miniflux 2.0.49 I am getting an error
store: unable to get entries: pq: time zone "US/Pacific" not recognized
Any recommendations
-
Hello @senthilkumaran
It seems this is a known issue: https://github.com/miniflux/v2/issues/3673#issuecomment-3186161422The solution would be, put your @miniflux app into recovery mode and connect to your PostgreSQL database with the button in the top right corner.
Check the time zones of the users with:
SELECT timezone FROM usersPlease post the output of that SQL query here.
Then you can update the timezone with:
UPDATE users SET timezone = 'UTC';Disable the recovery mode and the issue should be fixed.
-
Also @senthilkumaran
If you are just now updating to @miniflux version2.0.49on Cloudron, which was packaged and published Oct 16, 2023, you are years behind with updates.This would also explain why you run into this issue, since this was also resolved with @miniflux version
2.2.13which was packaged and published Sep 19, 2025, 9:18 AM