Hi,
I restore an external spca (from another Confluence) into mine.
In SQL I can see the key but I can not see the space. I do have "confluence-administrator" permissions. And I did rebuild the index.
But I still can not see the space?
Cathy
I got to see my space. I was actualy a security problem. I tought I had it, but no. I add my user into the group acces to the space and then I see it.
Thank you
Hi Cathy,
Thank you for confirming that! Happy to hear you were able to resolve it.
Take care, and have a pleasant rest of your week.
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello Cathy,
Thank you for contacting us. Can you tell me what version of Confluence you are using?
Are you able to recover the permissions to the space? You might not be able to see the space if you need to recover the admin permissions to the space.
To recover Space Admin permissions:
Go to Settings in the Confluence sidebar
Choose Space Permissions
Locate the space in the Individual Spaces list and choose Recover Permissions
You can then choose Manage Permissions and add any other appropriate permissions to the space. Requests to recover permissions are recorded in the Confluence audit log.
Let me know if you have any trouble.
Regards,
Shannon
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
6.14.1
And I did make a rebuilt indexation. Style don't see the new space I imported.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Cathy,
Thank you for providing your Confluence version and confirming that you have already reindexed the instance.
I'm curious to know what were the results of the permissions recovery that I suggested?
If the space is not listed in the Recover Permissions menu, you can also try reindexing from scratch, or rebuild the ancestor tables. Reindexing from scratch is different than reindexing via the UI, so you will need to try that too. You can find instructions for both methods below:
Another thing you can check is that the space actually exists in your database. You can do this by accessing the database directly and querying:
select spacename, spacekey from spaces;
Looking forward to hearing from you soon!
Regards,
Shannon
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.