Is there anything I should be aware of when upgrading Cassandra from 3.11.3 to 3.11.6?
I have a hard time finding any official documentation on the upgrade process. Would it be okay to do rolling upgrades for each node like this?:
- nodetool drain
- service cassandra stop
- apt-get install cassandra=3.11.6
- service cassandra start
- nodetool upgradesstables (after verifying everything looks ok in logs)