Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Won't Fix
-
None
-
None
-
None
-
None
Description
To enable a mixed cluster upgrade (i.e., rolling reboot upgrade) we need to do some preparatory work to remove access to the #db{} record since this record is shared between nodes.
This work is all straight forward and just involves changing things like Db#db.main_pid to couch_db:get_main_pid(Db) or similar.