Articles in this section

How To Migrate User Credentials from One Cluster to Another

Context

When setting up a new Aerospike cluster, it could be useful to copy the metadata related to user credentials from an existing Aerospike implementation to a new one.


Method

  1. Copy the security.smd system metadata file (SMD) from the old to the new cluster; Refer to this article for details : How to move, recreate or retain the System Metadata Directory.
  2. After copying the security.smd file, it is necessary to restart the Aerospike process (asd) since the SMD files are read only when the service starts.
  3. When migrating SMD files, best practices dictate that this is tested thoroughly in a test environment, before implementing in production systems.

Notes

The system metadata (SMD) files contains (not a complete list) the following: indexes UDF definitions truncation strong consistency users/roles

Applies To Earliest Version

Pre 4.9

Applies To Latest Version

Current Version
Was this article helpful?
0 out of 0 found this helpful