-
Notifications
You must be signed in to change notification settings - Fork 66
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
raise AssertionError("database connection isn't set to UTC") #90
Comments
Hmm, interesting. I had no idea it would do that if your time zone configuration was off UTC. I found this answer Can you perhaps dig in and see what it takes to fix it in your database configuration files? I may be able to replicate it but am not sure if your postgresql instance is customized or it was just the setup during installation. I just went with all the installer defaults from the Ubuntu Bionic minimal install. We can definitely put in the install guide that the server time should be UTC but we should probably set more guidance than that. |
I did not change any database configuration during install vespene. |
Sorry for the late reply on this one - I think this is something I'll see about adding to the setup guide as something to look into if you hit an error during install. I'll leave this ticket open to track that until I do. Thanks and hope everything else is going well for you in trying it out! |
All Possible Solution added [Solved] AssertionError: database connection isn’t set to UTC |
Bug description
during bash 5_tutorial.sh , there will be an error message "AssertionError: database connection isn't set to UTC"
Steps to reproduce
I just follow all steps in http://docs.vespene.io/setup.html
Expected behavior
no error
Actual behavior
Operating system and version
Any additional info
I only change the database password in 0_common.sh
The text was updated successfully, but these errors were encountered: