http://[server]/createControlDbBackup
forces the creation of a proper backup file.http://[server]/v1/backup/createControlDbBackup
forces the creation of a proper backup file. The [server] could be any node within the cluster which serves the _admin context.http://[server]/v1/backup/filenames
with event type (either EVENT
or SNAPSHOT
), the context name and optionally the last segment that has already been backed up will return a list of file names belonging to segments that haven't been backed up yet, but which are now safe to backup by simply copying them.‌NoteFrom Axon Server SE version 4.5.12 / Axon Server EE version 4.5.17 onwards there is a new endpoint available:/v1/backup/eventstore
. This endpoint returns a JSON object with the files to back up, including the currently active event store segment. It also returns the number of last closed event store segment. This number can be used in subsequent backups to retrieve files updated since the last backup.
http:[server]/v1/backup/log/filenames
. It takes the context name and returns a list of file names that completely replace the previous backup for that context.‌ The [server] could be any node that is a PRIMARY member node for the context that needs to be backed up.