KOSSSSSSSSSSSSSSSSS
KOSSSSSSSSSSSSSSSSS

Reputation: 11

Issue with changing storage type in aerospike

i’ve just added the new namespace in aerospike, but i’ve make a mistake, i choose storage engine memory but this is wrong, because the storage engine must be device ( in my case). is it safe to change the storage memory of existing namespace? or which way i can go to change that, without deleting namespace? P.S I have a pretty old version 3.7.4 Thank you!

Upvotes: 1

Views: 45

Answers (1)

sunil
sunil

Reputation: 3567

Yes, it is safe to simply change your conf to specify the device for storage and restart aerospike on that node. You should wait for the migration to finish before doing the same on the next node. This is because there is only one copy of the data when you remove the old storage.

Upvotes: 3

Related Questions