glamod / glamod-ingest

Database preparation and ingestion for GLAMOD
BSD 2-Clause "Simplified" License
2 stars 1 forks source link

Update playbook to ensure that Postgres Timezone is set to UTC #76

Open agstephens opened 3 years ago

agstephens commented 3 years ago

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
agstephens commented 3 years ago

Need to fix the playbook to update the timezone.