You're on your way to the next level! Join the Kudos program to earn points and save your progress.
Level 1: Seed
25 / 150 points
Next: Root
1 badge earned
Challenges come and go, but your rewards stay with you. Do more to earn more!
What goes around comes around! Share the love by gifting kudos to your peers.
Keep earning points to reach the top of the leaderboard. It resets every quarter so you always have a chance!
Join now to unlock these features and more
The Atlassian Community can help you and your team get more value out of Atlassian products and practices.
Hi.
I was migrated and restored confluence cloud backup to my new server.
I can't access to confluence after restoring backup. However, before restoring i had full access to confluence.
i'm unsuccessfully trying log in with my cloud credential.
I want setup integration with jira.
How can i log in to ?
i tried this method. i get error on the step of inserting values:
insert into cwd_group(id, group_name, lower_group_name, active, local, created_date, updated_date, description, group_type, directory_id)
values ( '888888','confluence-administrators','confluence-administrators','T','F','2011-03-21 12:20:29','2011-03-21 12:20:29',NULL,'GROUP',(select id from cwd_directory where directory_name='Confluence Internal Directory'));
error:
[Code: 23505, SQL State: 23505] Unique index or primary key violation: "CWD_GROUP_NAME_DIR_ID_INDEX_C ON PUBLIC.CWD_GROUP(LOWER_GROUP_NAME, DIRECTORY_ID) VALUES ( /* key:888888 */ null, null, 'confluence-administrators', null, null, null, null, null, null, 1)"; SQL statement:
insert into cwd_group(id, group_name, lower_group_name, active, local, created_date, updated_date, description, group_type, directory_id)
values ( '888888','confluence-administrators','confluence-administrators','T','F','2011-03-21 12:20:29','2011-03-21 12:20:29',NULL,'GROUP',(select id from cwd_directory where directory_name='Confluence Internal Directory')) [23505-195]