Skip to main content
Loading

Downgrade from Aerospike Database 6.1 to 6.0

Downgrade instructions for 6.1 with secondary index in shared memory

If you have to downgrade from a deployment of server 6.1 that has a secondary index stored in shared memory, delete the following shared memory segments after stopping the server (asd), in order to reclaim this memory. Run the command:

ipcs | grep ^0xa2 | awk '{print $1}' | xargs -i ipcrm -M {}
note

Downgrading from 6.1 will force a cold start.