Skip to content

Commit 85124f5

Browse files
authored
Merge pull request #192 from martenson/db-timezone
galaxy DBs are in UTC and this config being different causes issues
2 parents 28daf1b + de6cd99 commit 85124f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

group_vars/dbservers.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ postgresql_objects_privileges:
1212
roles: telegraf
1313
privs: SELECT
1414
objs: ALL_IN_SCHEMA
15-
15+
postgresql_conf:
16+
- timezone: "UTC"
1617
# - database: galaxy
1718
# roles: tiaas
1819
# objs: galaxy_user,galaxy_session,job,history,workflow,workflow_invocation

0 commit comments

Comments
 (0)