Remove Large Media from one of my sites please

Hi again!

I would like to have Large Media uninstalled from another site and continue using Git LFS. I have read the support guide and added the necessary GIT_LFS_ENABLED environment variable.

My site ID is: 52ee89df-4ed5-44f9-82ba-fba74cfc1448

Thanks in advance!

Hi,

We have removed the Large Media add-on from the site now.

Would you please push the commit removing .lfsconfig to the upstream repository? This will trigger a new build.

Please keep in mind that you might want to run the command below after deleting the .lfsconfig file:

git lfs push --all origin

This will sync the local repo’s LFS objects with the Git LFS service at the original Git host. It pushes any new binary blobs to their LFS service which may have been added after you moved the LFS service to Large Media.

Please let us know if there are any issues with the new build or deployed site.

Hello,

.lfsconfig is now removed but there has been a problem with git lfs push --all origin, it gave the response ‘Unable to find source’ for two objects, and recommended git lfs fetch --all, which then gave seven instances of ‘Object does not exist on the server:’ error messages. How can I resolve this?

Hi again,

I solved the issue by running the following command: git config lfs.allowincompletepush true and trying again from git lfs push --all origin. The build succeeded and everything looks good now.

Thanks again for your help!