I’m looking at updating/respinning our Redis instances from gp2
to gp3
disks. I found the Aptible CLI command db:modify
(aptible db:modify) which seems to do what I want and says it’s for “Databases which do not require downtime.” Is this the right thing to be looking at, and can you help give me a sense of what to expect here?
- Is Redis (with aof+rdb) a database which doesn’t require downtime?
- Is this safe to run on a database that’s currently in use, with active reads and writes?
- Is there any danger of data loss here?
- Is there any danger of additional load from this process competing with application needs?
- Any other gotchas to be concerned about?