CI: select explicit influxdb version - #3862
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #3862 +/- ##
=============================================
- Coverage 60.63% 55.39% -5.23%
- Complexity 105 18765 +18660
=============================================
Files 3496 3624 +128
Lines 153207 169392 +16185
Branches 11691 13986 +2295
=============================================
+ Hits 92887 93824 +937
- Misses 56824 71858 +15034
- Partials 3496 3710 +214 🚀 New features to boost your workflow:
|
|
@da-Kai thx! If someone is using the old docker file, how does the upgrade path look like? Can one simply update the docker file, or are there any manual steps (renaming the volume, ensuring/up-/downgrading influxdb) needed? |
There is an upgrade path:
And it should work like before. Note: For important data, always create backups before upgrading. |
|
@da-Kai I tried as you suggested (copying the volume as A)) and did not experience any error during the process. But something seems to not have worked. In the history tab, I now get an error message "error fetching data, try again later" instead of the graph. Edit: I had a typo in the volume name of the |
|
@da-Kai sry to bother you again. So I redid the whole process (using coyping B)). If I now open the UI, the content area of the history tab either stays completely empty or shows the "error fetching data, retry later" message. The UI shows green check marks, the log within the UI looks good. But something seems to not work... |
|
Are all your containers running? Check with Does your influxdb container log any errors? The hostname also was FYI: underscore is normally not supported in host-/domainnames according to RFC 1123 |
like @sjjh pointed out, it is better to pin a specific InfluxDB version in the docker-compose examples.
Changes:
2.9-alpine