Hi,
I just wanted to restore a backup and start our AxonServer with it. It refuses to start with this message: https://github.com/AxonIQ/axon-server-se/issues/105
We’re on version 4.2.4 btw.
I just found out that this is caused by a second *.snapshots file being there, that was never there before until in this latest backup. So now I have:
00000000000000000000.snapshots
00000000000000138647.snapshots
Both have the same size (256MB) but not the same content/checksum.
When I delete the new snapshots file, AxonServer starts fine. But CAN I simply delete this file?
Martin