I can't update using "ipfs-update"

When i use the command ipfs-update install v0 14.0
I get this error:
fetching go-ipfs version v0.14.0
binary downloaded, verifying…
install failed, reverting changes…
ERROR: install failed: test refs list: expected to see Qm…xxxx2 in the local refs!
Any help please?

Im on the v0.12.0

your version of ipfs-update is outdated (you need to update ipfs-update, downloading a new version from dist.ipfs.io or with go install).
We broke the ipfs refs command at one point, thinking no one was using it because it’s a debug thing, turns out ipfs-update use it to ensure the files has been properly downloaded. :slight_smile:

1 Like