Hi,
While attempting to upgrade from eventstore/eventstore:21.2.0-buster-slim to eventstore/eventstore:21.6.0-buster-slim I encounter the following issue.
[ 1, 1,07:47:11.557,FTL] Error while parsing options: The option HttpServiceProtocol is not a known option. (Parameter ‘HttpServiceProtocol’)
I am using https://github.com/dotnet/tye so it unfortunately injects a bunch of extra environment variables. Such as -e “EVENTSTORE_HTTP_SERVICE_PROTOCOL=http” when I use a http binding.
Regardless, I wouldn’t expect moving from 21.2 to 21.6 to introduce such a breaking change that the server wouldn’t start if I provide an unknown option.
//Fredrik