Disable updates via delta, for devices that use Open Balena.

Hello. I’m using open-balena, and when I migrate some device from balenaCloud to it, and do a new release, it tries to download the delta, which is not supported on open-balena.

How can I disable the deltas, so at every new release on open-balena my devices download the whole image?

1 Like

@luisgs7 there is an environment variable that is specified at the fleet or device level called BALENA_SUPERVISOR_DELTA which will need to be either deleted or set to 0 to disable delta updates. I’m guessing that must have somehow copied over when you migrated your devices.

2 Likes