Skip to content
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

ERROR: Migration Failed: no known migration supports version 5 #55

Closed
jbenet opened this issue Feb 20, 2017 · 6 comments
Closed

ERROR: Migration Failed: no known migration supports version 5 #55

jbenet opened this issue Feb 20, 2017 · 6 comments
Assignees

Comments

@jbenet
Copy link
Member

jbenet commented Feb 20, 2017

% ipfs version
ipfs version 0.4.3-rc4
% ipfs-update install latest
fetching go-ipfs version v0.4.5
binary downloaded, verifying...
success!
stashing old binary
installing new binary to /usr/local/bin/ipfs
checking if repo migration is needed...
  check complete, migration required.
fetching fs-repo-migrations version v1.2.1
ERROR: Migration Failed:  no known migration supports version 5
install failed, reverting changes...
no known migration supports version 5
@jbenet
Copy link
Member Author

jbenet commented Feb 20, 2017

@whyrusleeping @Kubuxu -- this seems to be a worse state than before. (in that migration just wont run)

@jbenet
Copy link
Member Author

jbenet commented Feb 20, 2017

Please be more careful with our users.

@jbenet
Copy link
Member Author

jbenet commented Mar 2, 2017

This is still a problem. some users cannot update correctly

jbenet @ methedras : ~ % ipfs-update install latest
fetching go-ipfs version v0.4.6
binary downloaded, verifying...
success! tests all passed.
stashing old binary
installing new binary to /usr/local/bin/ipfs
checking if repo migration is needed...
  check complete, migration required.
fetching fs-repo-migrations version v1.2.2
ERROR: Migration Failed:  no known migration supports version 5
install failed, reverting changes...
no known migration supports version 5
jbenet @ methedras : ~ % ipfs-update --version
ipfs-update version 1.5.1

@whyrusleeping
Copy link
Member

@jbenet your installed version of fs-repo-migrations is too old, run

rm `which fs-repo-migrations`

This is an issue due to a bug in checking the downloaded fs-repo-migrations binary.

I'm pushing a fix for the issue now

@whyrusleeping
Copy link
Member

@jbenet alternatively, dont fix it that way, and try building latest master of ipfs-update and seeing if that fixes the problem

@jbenet
Copy link
Member Author

jbenet commented Mar 2, 2017

Installation complete!

Fixed! thanks v much @whyrusleeping

@jbenet jbenet closed this as completed Mar 2, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants