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.
I can delete LFS files from Bitbucket Cloud https://confluence.atlassian.com/bitbucket/use-git-lfs-with-existing-bitbucket-repositories-829078749.html#UseGitLFSwithexistingBitbucketrepositories-DeleteindividualLFSfilesfromyourrepository
Can I delete LFS files from Bitbucket Server?
Hi @Rivet
You can delete the file in LFS but the process is not the same as compare to the Bitbucket Cloud. You can proceed with the following steps:
$ git filter-branch --force --tree-filter 'rm -f path/to/big_file.mpg' HEAD
$ git reflog expire --expire=now --all && git gc --prune=now --aggressive
After you remove files from Git LFS, the Git LFS objects still exist on the remote storage and will continue to count toward your Git LFS storage quota.
Regards.
Hello @Baskar Annamalai , has anything changed on this? Is there in newer versions another way to delete Git LFS objects?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi @Benjamin I believe there aren't any changes to Bitbucket Server on removing the objects. The documentation on disabling and deleting LFS objects is still valid.
Regards.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hello @Baskar Annamalai
We are currently two years after your latest post. Could you please let me know if anything regarding this topic has been changed?
Currently we are facing the same issue where we have a repository which we cannot migrate from Bitbucket Server to the Cloud since it has LFS pointers pointing to LFS files. We do not want to remove and recreate the entire repository cause it has a good amount of branches, tags, webhooks etc. linked to it.
The only way to migrate to the Cloud with a repository containing LFS pointers was by checking out the repository and manually, via Git Bash for example, pushing the repository to the new repository in the Cloud. This works but we will lose our pull request history which we need since we have a Jira instance running with references to these pull requests.
Currently the Atlassian migration tool does not allow LFS repositories to be migrated. Could you please inform me if you see another way of removing the LFS pointers from a repository or to migrate to the Cloud without losing the pull request history when having LFS files within the repository?
Greetings,
Jordy Mengerink
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.