-
-
Notifications
You must be signed in to change notification settings - Fork 138
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
Pin influxdb image to v1.8.4 in docker-compose.yml #198
Conversation
v1.6.4 Merge
v1.6.5 Merge
v1.6.6 Merge
v1.6.7 Merge
v1.6.8 Merge
v1.7.0 Merge
v1.7.1 Merge
v1.7.2 Merge
v1.7.3 Merge
v1.7.4 Merge
My Varken recently blew up because Influxdb was mistakenly upgraded to v2.0. The only errors in the logs were authentication failures. After some debugging and documentation reading, I discovered the incompatible version of Influxdb. I know v2.0 support is around the corner (#195), but this could save other people the same problems in the future. I'd start pinning specific supported image versions for all required containers.
Please merge into develop instead. |
I created a bug (#199) before seeing this pull request as I faced exactly the same issue |
Going to close this as the rebase messed up the changes. I have updated develop with |
What could I have done more appropriately? Asking for feedback/instruction. |
My Varken recently blew up because Influxdb was mistakenly upgraded to v2.0. The only errors in the logs were authentication failures. After some debugging and documentation reading, I discovered the incompatible version of Influxdb.
I know v2.0 support is around the corner (#195), but this could save other people the same problems in the future. I'd start pinning specific supported image versions for all required containers.