Versions Compared

Key

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

...

Code Block
curl -X GET http://old-instance-hostname/rest/reco/1/admin/userkeys --user admin:admin --header "X-Atlassian-Token: no-check" > userkeys.json

2) Import the generated mapping file on the new Confluence instance:

Code Block
curl -X POST http://new-instance-hostname/rest/reco/1/admin/userkeys --user admin:admin -d @userkeys.json --header "Content-Type: application/json" --header "X-Atlassian-Token: no-check"


This will migrate all old user keys to the new ones and fix existing reco request.