When am trying to import using Rest Api :
~$ curl -u fayaz:123456789 -s -n -X POST -H 'Content-type: application/json' -d '{"archivePath":"Bitbucket_export_56.tar"}' http://18.202.59.82:7990/rest/api/1.0/migration/imports | jq
Refer this link bitbucket-server_rest_5.16.0
got an error:
{
"errors": [
{
"context": null,
"message": "Data Center Migration (import) requires a Data Center license.",
"exceptionName": "com.atlassian.stash.internal.migration.InstanceMigrationImportUnavailableException"
}
]
}
Thanks
Hi Jeevan,
As stated in the error message you need a Data Center license in order to use that functionality.
Cheers,
Christian
Premier Support Engineer
Atlassian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Jeevan,
Indeed, if you wish to use this feature you need a Bitbucket Data Center license, a Bitbucket Server license is not sufficient.
Best regards,
Christian
Premier Support Engineer
Atlassian
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Then how should i export and import the projects in Bitbucket Server?
Will you please help me out?
Thanks,
Jeevan
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.