Using other storage for Axon Server

Hi

I would change storage for Axon Server. How I can do it? Do you have a some guide for rebuilding docker image with Axon Server?
Thank you very much!

Hi Sergey,

if you want to store a different location, you can use the AXONSERVER_EVENTSTORE environment variable to change the location where files are stored. See https://hub.docker.com/r/axoniq/axonserver and scroll almost all the way down for the different settings you can change.

Configuring different storage options than filesystem in AxonServer is only available for AxonServer Enterprise. If you’re on the AxonServer Standard Edition and want to use a relational database, you can use the EmbeddedEventStore in Axon Framework.

Hope this helps.
Cheers,