I had recently downgraded after taking all the keyspaces backup from 3.0.3 to 2.1.12.
After that, I am not able to see the user keyspaces.
Steps did that.
- Drained the node.
- Stop the cassandra and removed the 3.x version and installed 2.x version
- Removed the commit log 6.x version, Started the cassandra.
- Ran the nodetool upgradesstables.
After that,
cqlsh> describe keyspaces;
system_traces system
cqlsh>
I don't see any user keyspaces. I do have complete backup of data directory.
How to restore the same ?
Let me know.