fission-codes / fission

Fission CLI & server
https://runfission.com/docs
119 stars 14 forks source link

Automigrate IPFS repo #541

Closed expede closed 3 years ago

expede commented 3 years ago

IPFS 0.9 has a new --migrate flag on the daemon, which automigrates the repo on startup. This PR enables that flag.

I tested this manually by removing my existing repo, and setting up a new repo via my global IPFS 0.7 at the correct location (via IPFS_PATH), and then running fission up, which worked