HI,
Hoping someone can help me, im using Confluence CLI add on to remove and add some permissions on the all spaces (inc personal) - I'm trying to make Confluence read only without having to use the expired license trick.
These are my current steps.
#Make CSV list of all spaces.
confluence --action --personal getSpacePermissionList --personal --file 1list.csv --columns space,id
#Remove all permissions. Using the CSV
confluence --action runFromCsv --file 1list.csv --common "--action removePermissions --permissions @AlL"
This works for all global spaces, but its unable to remove from Personal spaces.
Hi Ashley
There is a SQL query that can do that, in fact we used it recently:
You have to do it in Dev first then try it in Prod. Keep in mind you will have to restart Confluence.
Best,
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.