You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
> Migrations for the filesystem repository of ipfs nodes
7
+
> Migrations for the filesystem repository of Kubo IPFS nodes
9
8
10
-
These are migrations for the filesystem repository of [ipfs](https://github.com/ipfs/ipfs)nodes. Each migration builds a separate binary that converts a repository to the next version. The `fs-repo-migrations` is a tool that downloads individual migrations from the ipfs distribution site and applies them in sequence to migrate the ipfs repository to the target version. This tool is written in Go, and developed alongside [go-ipfs](https://github.com/ipfs/go-ipfs).
9
+
These are migrations for the filesystem repository of [Kubo](https://github.com/ipfs/kubo) IPFS nodes. Each migration builds a separate binary that converts a repository to the next version. The `fs-repo-migrations` is a tool that downloads individual migrations from the ipfs distribution site and applies them in sequence to migrate the ipfs repository to the target version. This tool is written in Go, and developed alongside [kubo](https://github.com/ipfs/kubo).
11
10
12
11
## Table of Contents
13
12
@@ -31,11 +30,11 @@ make install
31
30
32
31
### When should I migrate
33
32
34
-
When you want to upgrade go-ipfs to a new version, you may need to migrate.
33
+
When you want to upgrade Kubo to a new version, you may need to migrate.
35
34
36
-
Here is the table showing which repo version corresponds to which go-ipfs version:
35
+
Here is the table showing which repo version corresponds to which Kubo version:
Copy file name to clipboardExpand all lines: run.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# Running Repo Migrations
2
2
3
-
This document explains how to run [fs-repo](https://github.com/ipfs/specs/tree/master/repo/fs-repo) migrations for [ipfs](https://github.com/ipfs/ipfs).
3
+
This document explains how to run [fs-repo](https://github.com/ipfs/specs/tree/master/repo/fs-repo) migrations for [Kubo](https://github.com/ipfs/kubo) IPFS implementation.
4
4
5
5
Note that running migrations is a task automatically performed by the `ipfs` when starting the `ipfs` daemon after an upgrade or running the `ipfs-update` tool, so you would normally not need to run the `fs-repo-migrations` tool.
6
6
@@ -19,7 +19,7 @@ cp -r ~/.ipfs ~/.ipfs.bak
19
19
## Step 1. Downloading the Migration
20
20
21
21
- If you have Go installed: `go get -u github.com/ipfs/fs-repo-migrations`
22
-
- Otherwise, download a prebuilt binary from [the distributions page](https://dist.ipfs.io/#fs-repo-migrations)
22
+
- Otherwise, download a prebuilt binary from [the distributions page](https://dist.ipfs.tech/#fs-repo-migrations)
23
23
24
24
## Step 2. Run the Migration
25
25
@@ -33,9 +33,9 @@ fs-repo-migrations
33
33
./fs-repo-migrations
34
34
```
35
35
36
-
## Step 3. Done! Run IPFS.
36
+
## Step 3. Done! Run Kubo.
37
37
38
-
If the migration completed without error, then you're done! Try running the new ipfs:
38
+
If the migration completed without error, then you're done! Try running Kubo:
0 commit comments