We recently upgrade bitbucket server from 5.10 to 7.0.2 but now we are find pack-objects from git causes the cpu to max out and Jenkins jobs to fail.
/usr/lib/git-core/git --shallow-file pack-objects --revs --thin --stdout --shallow --progress --delta-base-offset
We also upgraded git to 2.43.2 as part of the update but i can`t find any information on the compatibility for bitbucket server 7.0.2 and git.
Do i need to downgrade git to 2.7.3 on ubuntu 16.04?
Thanks
Hello @James Wiltshire ! Welcome to the Atlassian Community!
According to the system requirements for Bitbucket 7.0, 2.43 might be "too new". Looks like support only goes to 2.25
https://confluence.atlassian.com/bitbucketserver070/supported-platforms-996644997.html
Thanks for the reply.
I looked everywhere for that page. This should give me the information i need. Just need to work out how to install that version of git onto Ubuntu 16.04
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thanks. Good luck!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Managed to install git 2.11 so fingers crossed this solved the CPU issue.
Thanks for your help
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.