Any way to change Creator name on ALL Confluence pages?

S_ Toyo July 31, 2019

We have a user that is no longer here at our company. But majority of the pages are assigned to this user. And our upper management would want it changed over to someone else. There must be a way to do this.....? Someone please help.

 

Or provide a working SQL query code.

1 comment

Sid
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
July 31, 2019
S_ Toyo July 31, 2019

@SidYes I tried following this exact guide.

 

I tried to run:

update content set creator = (select user_key from user_mapping where lower_username = '<newlowerusername>') 
 where creator = (select user_key from user_mapping where lower_username = '<oldlowerusername>');

 

But it gives me an error: 

Msg 208, Level 16, State 1, Line 1
Invalid object name 'content'.

S_ Toyo August 2, 2019

@SidAny reply on this? We can't figure out how to change all the old user to the new user in one go.

Comment

Log in or Sign up to comment
TAGS
AUG Leaders

Atlassian Community Events