I discovered the hard way that redis is restarted during a long running migrate, is there a reason to restart redis every night?

Comments

omega8cc’s picture

Status: Active » Closed (works as designed)

This hard reset is in place as a workaround to issues with leftovers in the Redis database (or even cross-leftovers after renaming the same site back and forth). Next BOA release will switch to modern variant by default, which works really well and uses RAM only, so we will be able to get rid of this reset procedure.