I am testing the upgrade of a Cassandra cluster from version 3.11.4 to 4.0.1 and, viceversa, the subsequent downgrade from 4.0.1 to 3.11.4, to better understand all the steps and possible rollback. While the upgrade step is smooth and easy to perform, the downgrade presents a big problem: the new SStables are incompatible with the older version, and the tool sstableupgrade does not seem to work. Is there a way to rollback an upgrade procedure or is it totally not possible?
Thank you in advance.