Version: 5.2-2
in /var/lib/pmg/templates/postgresql.conf.in there are two timezone related parameters (timezone and log_timezone) with the default value of 'localtime'. When running without modification the PostgreSQL service fails to start.
We have overridden this template file by copying it to /etc/pmg/templates and correcting the problematic lines. However I'm quite puzzled as to why there is no other chatter about this issue. What could be special about our system that makes this an issue while others run as-is?
in /var/lib/pmg/templates/postgresql.conf.in there are two timezone related parameters (timezone and log_timezone) with the default value of 'localtime'. When running without modification the PostgreSQL service fails to start.
Code:
2019-05-14 20:21:08.941 GMT [745] LOG: invalid value for parameter "log_timezone": "localtime"
2019-05-14 20:21:08.951 GMT [745] LOG: invalid value for parameter "TimeZone": "localtime"
2019-05-14 20:21:08.951 GMT [745] FATAL: configuration file "/etc/postgresql/9.6/main/postgresql.conf" contains errors
We have overridden this template file by copying it to /etc/pmg/templates and correcting the problematic lines. However I'm quite puzzled as to why there is no other chatter about this issue. What could be special about our system that makes this an issue while others run as-is?