All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Debian 13 Upgrade Issue: PostgreSQL Time Zone Configuration Errors with US/Pacific Setting

By

move-on-by

8mo ago· 2 min readen

Summary

The article describes a technical issue encountered when upgrading from Debian 12 to Debian 13 with PostgreSQL databases, specifically related to time zone configuration. The author experienced errors with US/Pacific timezone settings that caused PostgreSQL to fail to start, requiring manual intervention to comment out the problematic configuration lines to get the database running again.

Key quotes

· 4 pulled
2025-08-29 06:28:12.038 GMT [220328] LOG: invalid value for parameter "log_timezone": "US/Pacific"
2025-08-29 06:28:12.038 GMT [220328] LOG: invalid value for parameter "TimeZone": "US/Pacific"
2025-08-29 06:28:12.038 GMT [220328] FATAL: configuration file "/etc/postgresql/15/main/postgresql.conf" contains errors
At the time, I went "WTF?" and just commented it out to get it running again
Snippet from the RSS feed
If you're running Debian 12 and Postgres, you're in or around the Americas, and you're planning on upgrading to Debian 13, you might hit a fun little snag. I did when I did my first (testing) box:

You might also wanna read