glamod/glamod-ingest

Update playbook to ensure that Postgres Timezone is set to UTC

Opened this issue · 1 comments

Did this:

$ vi /var/database/data/postgresql.conf
$ systemctl restart postgresql-11.service
$ grep UTC /var/database/data/postgresql.conf
timezone = 'UTC'

And in psql:

SHOW timezone;
UTC

Need to fix the playbook to update the timezone.