Memory dump

I need to stop my server but I don’t want to lose the data from my namespaces stored in memory. Is it possible to dump the memory’s content and then restore it after I’ve restarted the server, like you can do with Redis?

Thanks in advance.

Use asbackup and later asrestore asbackup command-line options | Aerospike Documentation

Looks like exactly what I need. Thank you.

1 Like