dappnode / DNP_IPFS

Dappnode package responsible for providing IPFS connectivity
GNU General Public License v3.0
4 stars 9 forks source link

Update to hardcoded fs repo version #54

Closed pablomendezroyo closed 2 years ago

pablomendezroyo commented 2 years ago

Due to the IPFS fs repo migration necessary for the core release v0.2.43, the update must be a controlled update to a hardcoded version instead of the default latest

Source:

/ # fs-repo-migrations --help
Usage of fs-repo-migrations:
  -distpath string
        specify the distributions build to use
  -revert-ok
        allow running migrations backward
  -to string
        repo version to upgrade to, or "latest" for latest repo version (default "latest")
  -v    print latest migration available and exit
  -y    answer yes to all prompts