Search code examples
datastaxdatastax-enterprise

Do I need to run `nodetool upgradesstables` when upgrading from DSE 4.5 => 4.6?


When upgrading Datastax Enterprise from 4.5 to 4.6, do I need to run nodetool upgradesstables?


Solution

  • Nodetool upgradesstables is meant for a major version of Cassandra. Both DSE 4.5 and 4.6 use Cassandra 2.0 under the hood, so it is not necessary. It won't hurt to run it though.