-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Update IPFS node to 0.9.1 #17172
Closed
Labels
Milestone
Comments
Verified
|
Brave | 1.30.15 Chromium: 92.0.4515.131 (Official Build) nightly (x86_64) |
---|---|
Revision | 6b8d6c56ce21e38a72f7c4becb5abc1fa5134f29-refs/branch-heads/4515@{#1933} |
OS | macOS Version 11.5.2 (Build 20G95) |
Steps:
- ran all cases in Manual pass for go-ipfs 0.9.1 on macOS-Intel #17180
- confirmed that go-ipfs does not receive updates #16171 is working
- confirmed that .PNG .JPG and .GIF files cannot be viewed via IPFS import #16758 is working
- confirmed that Typo in IPFS log message: s/migragion/migration #16128
- confirmed that
.avi
,.mpeg
files cannot be played via IPFS import #16752 is NOT working
0.7.0 |
-> 0.9.1 |
---|---|
![]() |
![]() |
Full migration log:
stephendonner@Stephens-MacBook-Pro MacOS % ./Brave\ Browser\ Nightly --use-dev-goupdater-url
Error: daemon not running
Initializing daemon...
go-ipfs version: 0.7.0
Repo version: 10
System version: amd64/darwin
Golang version: go1.14.4
Swarm listening on /ip4/10.0.0.43/tcp/44002
Swarm listening on /ip4/127.0.0.1/tcp/44002
Swarm listening on /ip6/::1/tcp/44002
Swarm listening on /p2p-circuit
Swarm announcing /ip4/10.0.0.43/tcp/44002
Swarm announcing /ip4/127.0.0.1/tcp/44002
Swarm announcing /ip6/::1/tcp/44002
API server listening on /ip4/127.0.0.1/tcp/45002
WebUI: http://127.0.0.1:45002/webui
Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/48081
Daemon is ready
Received interrupt signal, shutting down...
(Hit ctrl-c again to force-shutdown the daemon.)
Error: ipfs repo needs migration
Initializing daemon...
go-ipfs version: 0.9.1
Repo version: 11
System version: amd64/darwin
Golang version: go1.16.6
Found outdated fs-repo, migrations need to be run.
Looking for suitable migration binaries.
Need 1 migrations, downloading.
Downloading migration: fs-repo-10-to-11...
Fetching with HTTP: "https://ipfs.io/ipfs/QmVxxcTSuryJYdQJGcS8SyhzN7NBNLTqVPAxpu6gp2ZcrR/fs-repo-10-to-11/versions"
Fetching with HTTP: "https://ipfs.io/ipfs/QmVxxcTSuryJYdQJGcS8SyhzN7NBNLTqVPAxpu6gp2ZcrR/fs-repo-10-to-11/v1.0.0/fs-repo-10-to-11_v1.0.0_darwin-amd64.tar.gz"
Downloaded and unpacked migration: /var/folders/qw/_3v08d_50b1c47mcw7pfd2z00000gn/T/migrations046126002/fs-repo-10-to-11 (v1.0.0)
Running migration fs-repo-10-to-11 ...
=> Running: /var/folders/qw/_3v08d_50b1c47mcw7pfd2z00000gn/T/migrations046126002/fs-repo-10-to-11 -path=/Users/stephendonner/Library/Application Support/BraveSoftware/Brave-Browser-Nightly/brave_ipfs -verbose=true
applying 10-to-11 repo migration
opening datastore at "/Users/stephendonner/Library/Application Support/BraveSoftware/Brave-Browser-Nightly/brave_ipfs"
upgrading pinning to use datastore
converted 2 pins from ipld storage into datastore
updated version file
Migration 10 to 11 succeeded
Success: fs-repo migrated to version 11.
Swarm listening on /ip4/10.0.0.43/tcp/44002
Swarm listening on /ip4/127.0.0.1/tcp/44002
Swarm listening on /ip6/::1/tcp/44002
Swarm listening on /p2p-circuit
Swarm announcing /ip4/10.0.0.43/tcp/44002
Swarm announcing /ip4/127.0.0.1/tcp/44002
Swarm announcing /ip6/::1/tcp/44002
API server listening on /ip4/127.0.0.1/tcp/45002
WebUI: http://127.0.0.1:45002/webui
Added migration file "fs-repo-10-to-11_v1.0.0_darwin-amd64.tar.gz": /ipfs/QmaCqq6KLw7p9DBYtVgegMmkDEuRXkS395LVweYqdY7vcq
Could not add migration to IPFS: nothing downloaded by ipfs fetcher
Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/48081
Daemon is ready
Verification passed on
Verified successful migration from
|
0.7.0 |
0.9.1 |
---|---|
![]() |
![]() |
- Verified manual test run Manual pass for go-ipfs 0.9.1 on Linux #17182
- Verified go-ipfs does not receive updates #16171 to be working fine
- Verified .PNG .JPG and .GIF files cannot be viewed via IPFS import #16758 to be working fine. Updated in comment
- Unable to verify Typo in IPFS log message: s/migragion/migration #16128, nothing in console logs
- Verified
.avi
,.mpeg
files cannot be played via IPFS import #16752 still fails on0.9.1
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
Description
release notes https://github.com/ipfs/go-ipfs/releases/tag/v0.9.1
artifacts https://dist.ipfs.io/go-ipfs/v0.9.1
Issue to update node to 0.9.1 for osx/win/linux
Expected result:
The node has been updated and all IPFS features are working correctly on all platforms.
Test Plan
.avi
,.mpeg
files cannot be played via IPFS import #16752The text was updated successfully, but these errors were encountered: