fs-repo-migrations
fs-repo-migrations copied to clipboard
Migrations for the filesystem repository of ipfs clients
This is a placeholder issue to support [trustless and verified HTTP retrieval](https://docs.ipfs.tech/reference/http/gateway/#trustless-verifiable-retrieval) of migrations. It was already implemented in https://github.com/ipfs/kubo/pull/10324/, remaining work is to backport that work to this repo,...
When running the official kubo container, if you have configuration scripts in `/container-init.d` executing `ipfs config` and similar, the container will fall on its face if a migration is needed....
We have been updating our IPFS nodes to the latest version using the IPFS updater tool. This installs version 0.22.0. We have had to use the fs-repo-migrations tool as part...
if kubo startup with `ipfs bootstrap rm all`, the bootstrap list is empty. current output ``` applying 14-to-15 repo migration > Upgrading config to new format error: invalid type for...
```bash ╰─ ✔ ❯ export IPFS_PATH="$(mktemp -d)" ╰─ ✔ ❯ npx [email protected] init ╰─ ✔ ❯ sudo vim /etc/hosts # add `0.0.0.0 ipfs.io` ╰─ ✔ ❯ npx kubo@latest daemon Need...
Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. Release notes Sourced from actions/checkout's releases. v4.0.0 What's Changed Update default runtime to node20 by @takost in actions/checkout#1436 Support fetching without the --progress option...
Could not get available repo migrations: http.DefaultClient.Do error: Get "https://ipfs.io/ipns/dist.ipfs.io/fs-repo-10-to-11/versions": dial tcp 209.94.90.1:443: i/o timeout `280b5e796651f7e36bcb9f8aee3527009345207e`
I have a custom compiled IPFS image using `v0.8.0` with `v0.7.0` of the `go-ds-s3` plugin bundled in, as per the instructions in `go-ds-s3`'s README. When I try to run the...
Currently i'm in the middle of an angry and frustrated debug session for this, but so far I have observed: - It does not properly query beyond 1000 keys (the...
As a result of the move to submodules `go install github.com/ipfs/fs-repo-migrations` will target v1.7.1 since it was the last binary version to be present in that module. The `fs-repo-migrations` binary...