Basis file hash X does not match the file hash specified Y

Just started happening and only in one environment. Have no idea what it means. How can we make it go away?

Hi,

This error indicates that the package we used on the Octopus server to build the delta file from doesn’t match the package that we found on the Tentacle that we would use to build the new package from.

To fix it, you could delete the package from the Tentacle, and try running the deployment again. Failing that, you could turn of delta compression entirely by creating the following variable, Octopus.Acquire. DeltaCompressionEnabled and set it to false.

Hope that helps.

Thank you and kind regards,
Henrik

Thanks. It has automagically gone away as on our latest deployment.