Hi there,
unfortunately we are unable to start our 4.2.4 AxonServer because of this issue: https://github.com/AxonIQ/axon-server-se/issues/105
So, I’m trying to update to Docker image axonserver:4.4.1. Without success so far.
First I found out that some of the old Environment parameters changed their names (AXONIQ_AXONSERVER_ACCESSCONTROL_ENABLED for example). Then I found out that we now have 3 different folders for data, events and config.
In 4.2.4, all files were in the same directory. Can I simple have something like this now?
- AXONIQ_AXONSERVER_EVENT_STORAGE=/opt/axonserver/data
- AXONIQ_AXONSERVER_SNAPSHOT_STORAGE=/opt/axonserver/data
- AXONIQ_AXONSERVER_CONTROLDB-PATH=/opt/axonserver/data
Also, is the documentation on DockerHub correct in that it is CONTROLDB-PATH
and not CONTROLDB_PATH
(underscore)?
AxonServer is starting, but it doesn’t seem to be able to find any of my snapshots. Whenever I do something on an Aggregate, it just starts going through all of the historic events.
Martin