Created
July 7, 2021 08:25
-
-
Save mburns/a8c857c59d8fb07989e44a2dae06836e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ ipfs daemon | |
Initializing daemon... | |
go-ipfs version: 0.9.0 | |
Repo version: 11 | |
System version: amd64/darwin | |
Golang version: go1.16.5 | |
Found outdated fs-repo, migrations need to be run. | |
Run migrations now? [y/N] y | |
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 IPFS: "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" | |
Fetching with IPFS: "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/ql/lq9gwpgx3nggmjy13syp055m0000gn/T/migrations243318156/fs-repo-10-to-11 (v1.0.0) | |
Running migration fs-repo-10-to-11 ... | |
=> Running: /var/folders/ql/lq9gwpgx3nggmjy13syp055m0000gn/T/migrations243318156/fs-repo-10-to-11 -path=/tmp/test-7-to-9 -verbose=true | |
applying 10-to-11 repo migration | |
opening datastore at "/tmp/test-7-to-9" | |
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/127.0.0.1/tcp/4001 | |
Swarm listening on /ip4/127.0.0.1/udp/4001/quic | |
Swarm listening on /ip4/192.168.1.245/tcp/4001 | |
Swarm listening on /ip4/192.168.1.245/udp/4001/quic | |
Swarm listening on /ip6/::1/tcp/4001 | |
Swarm listening on /ip6/::1/udp/4001/quic | |
Swarm listening on /p2p-circuit | |
Swarm announcing /ip4/127.0.0.1/tcp/4001 | |
Swarm announcing /ip4/127.0.0.1/udp/4001/quic | |
Swarm announcing /ip4/192.168.1.245/tcp/4001 | |
Swarm announcing /ip4/192.168.1.245/udp/4001/quic | |
Swarm announcing /ip4/50.39.131.247/udp/4001/quic | |
Swarm announcing /ip6/::1/tcp/4001 | |
Swarm announcing /ip6/::1/udp/4001/quic | |
API server listening on /ip4/127.0.0.1/tcp/5001 | |
WebUI: http://127.0.0.1:5001/webui | |
Added migration file "fs-repo-10-to-11_v1.0.0_darwin-amd64.tar.gz": /ipfs/QmaCqq6KLw7p9DBYtVgegMmkDEuRXkS395LVweYqdY7vcq | |
connected to migration peer "{12D3KooWGoqAt7s4NeXyaxgVV9xPggoraRP2d8mownka6F1KRnp7: [/ip4/127.0.0.1/tcp/60605]}" | |
Added migration file: "/ipfs/QmVxxcTSuryJYdQJGcS8SyhzN7NBNLTqVPAxpu6gp2ZcrR/fs-repo-10-to-11/versions" | |
Added migration file: "/ipfs/QmVxxcTSuryJYdQJGcS8SyhzN7NBNLTqVPAxpu6gp2ZcrR/fs-repo-10-to-11/v1.0.0/fs-repo-10-to-11_v1.0.0_darwin-amd64.tar.gz" | |
migration peer 12D3KooWGoqAt7s4NeXyaxgVV9xPggoraRP2d8mownka6F1KRnp7 shutdown | |
Gateway (readonly) server listening on /ip4/127.0.0.1/tcp/8080 | |
Daemon is ready |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment