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 am looking for some details regarding Bitbucket Data center to cloud.
I went through this Wiki - https://support.atlassian.com/migration/docs/plan-your-bitbucket-server-to-cloud-migration/?_ga=2.10837364.1350135032.1597021693-1498980259.1557432741 which helps a lot.
Can anyone also share their experience migrating bitbucket to cloud? What are the challenges encountered that we should take as a lesson and also the limitation of Bitbucket cloud migration tool.
Many Thanks,
Nidhin
Hey Nidhin,
Welcome to the Bitbucket Cloud Community!
I notice that you have not yet received a response, so I thought I would share my experience as a support technician.
The BCMA tool is powerful and effective when performing the migration to Cloud if the documentation is read carefully, which I can already see that you have done so far :)
In terms of pitfalls, I would say that repository size limits apply in Bitbucket Cloud (4GB) so I would recommend that any large repositories are garbage collected/have any old branches trimmed to ensure that the size is conformed to prior to migrating.
Also, I would suggest ensuring that each repository has a unique name prior to migration so that there are no duplicate name conflicts - this is because projects in Bitbucket Cloud are simply a way of grouping repositories and there is no separation like in BBS/BBDC.
To give further context, I would suggest reading through this article which gives the functional differences between the two products:
https://support.atlassian.com/migration/docs/differences-administering-bitbucket-data-center-and-cloud/
https://www.atlassian.com/migration/assess/compare-cloud-data-center/bitbucket
Remember, if you have any issues/concerns/questions during the migration process - you can contact our support team at any time for assistance at the following link, this will be your greatest asset during the migration process:
https://support.atlassian.com/bitbucket-cloud/
Cheers!
- Ben (Bitbucket Cloud Support)
Hi @Ben
Thank you so much for the prompt response. This really helps.
Also wanted to check if any documents you could share here with respect to Network hardening (allowlist ideas) or how to set up a private link for Bitbucket cloud.
Regards,
Nidhin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hey Nidhin,
Premium subscription customers have the ability to configure an IP Allowlist on their Bitbucket Cloud workspace, please see the following article for further information:
https://support.atlassian.com/bitbucket-cloud/docs/control-access-to-your-private-content/
We also have an article here detailing the IP addresses which need to be allowed for corporate firewalls:
https://support.atlassian.com/bitbucket-cloud/docs/what-are-the-bitbucket-cloud-ip-addresses-i-should-use-to-configure-my-corporate-firewall/
Please let me know if you have any further questions :)
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ben ,
Thanks again. The above insights helps in add some details with respect to Network Hardening.
We are preparing reports about the repo, wanted to check if there is any REST API or is there any way we can increase the limit of API response body.
For example - REST API call, we get the first 25 repos listed in response body and there is a way to increase that limit to fetch all repos or a count to 1000?
"/rest/api/1.0/repos " this API endpoint will give first 25 repos in the response body.
Since there are more than 1000 repos in our bitbucket today, so I want to explore a way to list all repos in the response body.
Any help would be sincerely appreciated!
Regards,
Nidhin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Nidhin
Are you referring to the Bitbucket Server API or Bitbucket Cloud?
Regardless, if you add the following to the end of your query - you can increase the page length to 100:
https://api.bitbucket.org/2.0/repositories/{workspaceID}?pagelen=100
Hope this helps.
Cheers!
- Ben (Bitbucket Cloud Support)
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Ben
Thanks again. The above insights helps in add some details with respect to Network Hardening.
We are preparing reports about the repo, wanted to check if there is any REST API or is there any way we can increase the limit of API response body.
For example - REST API call, we get the first 25 repos listed in response body and there is a way to increase that limit to fetch all repos or a count to 1000?
"/rest/api/1.0/repos " this API endpoint will give first 25 repos in the response body.
Since there are more than 1000 repos in our bitbucket today, so I want to explore a way to list all repos in the response body.
Any help would be sincerely appreciated?
Regards,
Nidhin
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.