Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
agstephens opened this issue Mar 12, 2021 · 1 comment
Open
Assignees

Comments

@agstephens
Copy link
Collaborator

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 agstephens self-assigned this Mar 12, 2021
@agstephens agstephens changed the title Change Postgres Timezone Update playbook to ensure that Postgres Timezone is set to UTC Mar 26, 2021
@agstephens
Copy link
Collaborator Author

Need to fix the playbook to update the timezone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant