Where does Aerospike store it's users/roles?

I’m trying to create a dockerized environment for testing purposes. I am using docker-compose to bring up a small cluster, and I want to set up persistence using volumes.

Which directories inside the container should I mount? Currently I am persisting /opt/aerospike/data/ but I notice that the users/roles that I create are not persisted on container recreation.

Check /opt/aerospike/smd/security.smd

1 Like