Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • 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.

...