axon eventstore migration - db to server

Me again, sorry, there is a lot going on right now.

Question: We will use axon-server-ee in our project. But we do not have it set up yet.

Can I start with a database eventstore and later somehow migrate it to the server eventstore? This would allow me to start recording events now and use the full power of axon later.

Thanks
Jan

Hi Jan,

Axon Server EE comes with a migration utility that will migrate events from an RDMS based event store to Axon Server.
Regards,
Marc

Axon Server EE comes with a migration utility that will migrate events from an RDMS based event store to Axon Server.

Cool … then we will start with the db tables now