Hello All,
We have recently perform the cassandra upgrade from 2.15 to 3.11 version and during the upgrade we have dropped the following tables.
system_auth.users.
system_auth.permissions
system_auth.credentials.
however after upgrade the database we lost all the user permissions, which are working fine in other cluster.
We do not have roles in 2.15 and due to that these tables need to drop before upgrade so that it would be managed by roles in 3.11.
Though we have resolved the issue be granting the permission manually however how can we avoid same situation in further upgrade ?