fs-repo-migrations
fs-repo-migrations copied to clipboard
Migrations for the filesystem repository of ipfs clients
As can be seen at https://repology.org/project/fs-repo-migrations/versions, the latest fs-repo-migrations version in every repository is still 1.7.1. Version 2.0.1 was released on 01 Apr 2021, which is now close to one...
@deedlefake seems to have run into this. Go 1.16 requires the `go.sum` files be in sync. Here is a local run with the error. Note: the use of Go 1.18...
IPFS nodes may automatically download these binaries off the internet during migration. They should not have dependencies on any dynamic libraries, not even glibc, not even ld-linux.so. [Some](https://alpinelinux.org/) [particular](https://nixos.org/) [distros](https://guix.gnu.org/)...
Go 1.16 is no longer supported since Go 1.18 was released. Unfortunately, fs-repo-migrations does not work with Go 1.17. See https://github.com/ipfs/fs-repo-migrations/issues/122#issuecomment-945194121 and https://github.com/NixOS/nixpkgs/commit/2ff6ffe70b8b4051812c83db4753520cec4b56d5 for previous mentions and more detailed explanations...
I'm unable to start the daemon due to a version error. I ran fs-repo-migrations but it says I'm already at the target: ``` stacktrace:fs-repo-migrations stacktrace$ ll total 108912 -rwxr-xr-x 1...
I am currently using IPFS version 0.4.23. Now I want to upgrade to version 0.6.0. After the upgrade, I use fs-repo-migrations tool to migrate the warehouse. However, the warehouse version...
Ignoring arguments can lead people to wrongly think that it has some hidden features: ``` > fs-repo-migrations versions Found fs-repo version 2 at /home/utilisateur/.ipfs Do you want to upgrade this...
* https://github.com/ipfs/fs-repo-migrations/pull/84 * https://github.com/ipfs/go-ipfs/issues/5905 * https://github.com/ipfs/go-ipfs/pull/6141 (need to pre-apply the existing provider strategy). cc @Kubuxu, @michaelavila as the current DRIs for these migrations.
these test the code in https://github.com/ipfs/fs-repo-migrations/pull/55
While this isn't really an issue now, but it soon may be as datastore plugin support got merged recently. With how the go plugin system works, we won't be able...