Upgrades of third-party services #1215
Unanswered
dominikriemer
asked this question in
Dev
Replies: 1 comment
-
Oh, sorry, I did not see this post and created the following thread |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
just a quick note that I have updated our third-party services Consul, CouchDB and InfluxDB to the most recent version.
There are some environment variables you might want to change in your dev setup, see the variables defined in the
DefaultEnvironment
ofstreampipes-commons
.In addition, in case you have a dev system up and running and want to migrate data stored in Influx from v1 to v2, change the config in the compose/cli/k8s file:
DOCKER_INFLUXDB_INIT_MODE=${SP_INFLUX_INIT_MODE}
should be eithersetup
orupgrade
.Please let me know in case you have any issues as there still might be things that are working as expected, this was quite a heavy upgrade ;-)
Beta Was this translation helpful? Give feedback.
All reactions