-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fail to update addon #41
Comments
Hey @creativetags , could you please share more information about the device which you are using for home-assistant? |
It’s a raspberry pi 4 |
What OS you run on raspberry? There is some different behavior with
Thanks! |
aarch64 lscpu is not installed. It's the standard Home Assistant install from https://www.home-assistant.io/installation/raspberrypi The only non-standard thing is I've moved data to a USB memory stick via Settings > System > Storage > Three Dots Menu > Move datadisk |
Still an issue with version 1.9.2 Error updating Victoria Metrics: The command '/bin/ash -o pipefail -c /bin/bash -c 'set -ex && ARCH=$(uname -m) && if [ "$ARCH" == "x86_64" ]; then wget https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/$VERSION/victoria-metrics-linux-amd64-$VERSION.tar.gz -qO- | tar xvz -C /; elif [[ "$ARCH" == "arm"* ]]; then wget https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/$VERSION/victoria-metrics-linux-arm-$VERSION.tar.gz -qO- | tar xvz -C /; elif [ "$ARCH" == "aarch64" ]; then wget https://github.com/VictoriaMetrics/VictoriaMetrics/releases/download/$VERSION/victoria-metrics-linux-arm64-$VERSION.tar.gz -qO- | tar xvz -C /; else echo "Unsupported architecture $ARCH"; return -1; fi'' returned a non-zero code: 1 |
same here |
Hey @creativetags @robvolgers , please share the output of |
aarch64 |
aarch64 |
Update: Home Assistant crashed shortly after. After a new clean install + recent backup I could update Victoria Metrics with no problem. |
Hey @creativetags @robvolgers , could you please try to update to the latest version? I've just updated the VM version and pushed a new tag. |
The text was updated successfully, but these errors were encountered: