Environment:
[cqlsh 5.0.1 | DSE 6.7.4 | CQL spec 3.4.5 | DSE protocol v2]
I tried performing a PIT restore and it failed with the following error.
Error starting restore: PIT Restore cannot restore commit logs for tables that have to be re-created in Cassandra 2.1+ and DSE 4.7+ (keyspace: dba table: iris_with_id)
My inference from this is this particular table needs to be re-created in cassandra 2.1+ for PIT restores to work. If that is correct, how can I identify all the tables in my environment which need to be re-created?
Thanks.