Add MD5 Check for Pre-Downloaded RAUCB Files to Skip Full Re-Download During Supervisor Updates #732
Unanswered
shisaru292
asked this question in
Home Assistant OS & Supervisor
Replies: 1 comment
-
|
I originally suggested adding an MD5 check for pre-downloaded RAUCb files so the supervisor could skip a full re-download during updates. After looking into it further, I found a straightforward alternative: simply follow the manual update procedure described here: Using Update Bundles. This way the update can be fully applied with a manually downloaded RAUCb file. And my setup is HAOS on Raspberry Pi 5 run in the HAOS shell: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the feature
Currently, when Home Assistant Supervisor performs an update, it always needs to download the full RAUCB file directly. In some environments, network conditions make this process slow or unreliable. Users may prefer to manually download the RAUCB file using tools such as curl -x with a proxy for acceleration.
I propose adding an MD5 (or similar checksum) verification function in the update process. If a valid RAUCB file already exists locally and passes the checksum verification, the Supervisor can skip the full re-download and proceed directly with the installation process.
This feature would save time, reduce redundant network usage, and improve update reliability in constrained or proxied environments.
Use cases
Current workarounds
No response
Anything else?
No response
Beta Was this translation helpful? Give feedback.
All reactions