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.
Join this webinar on June 25/26th to learn how to build secure CI/CD workflows using Bitbucket Pipelines and get tips from our own engineers on how to speed up builds and operate at scale.
Register today
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.