...
Delete all permissions and roles (either before the update or directly in the DB:
Code Block db.getSiblingDB("{space-ID}") .getCollection("cdcm.permissions").deleteMany({});
Code Block db.getSiblingDB("{space-ID}") .getCollection("cdcm.roles").deleteMany({});
(Re)start the CDCM application with this version.
...