Skip to content

Commit 0786320

Browse files
committed
chore: kubo and .tech rename
1 parent a040d31 commit 0786320

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# fs-repo-migrations
22

3-
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](http://ipn.io)
4-
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](http://ipfs.io/)
5-
[![](https://img.shields.io/badge/freenode-%23ipfs-blue.svg?style=flat-square)](http://webchat.freenode.net/?channels=%23ipfs)
3+
[![](https://img.shields.io/badge/made%20by-Protocol%20Labs-blue.svg?style=flat-square)](https://protocol.ai)
4+
[![](https://img.shields.io/badge/project-IPFS-blue.svg?style=flat-square)](https://ipfs.tech/)
65
[![standard-readme compliant](https://img.shields.io/badge/standard--readme-OK-green.svg?style=flat-square)](https://github.com/RichardLitt/standard-readme)
76

8-
> Migrations for the filesystem repository of ipfs nodes
7+
> Migrations for the filesystem repository of Kubo IPFS nodes
98
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).
1110

1211
## Table of Contents
1312

@@ -31,11 +30,11 @@ make install
3130

3231
### When should I migrate
3332

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.
3534

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:
3736

38-
| ipfs repo version | go-ipfs versions |
37+
| ipfs repo version | Kubo versions |
3938
| ----------------: | :--------------- |
4039
| 1 | 0.0.0 - 0.2.3. |
4140
| 2 | 0.3.0 - 0.3.11 |

run.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Running Repo Migrations
22

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.
44

55
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.
66

@@ -19,7 +19,7 @@ cp -r ~/.ipfs ~/.ipfs.bak
1919
## Step 1. Downloading the Migration
2020

2121
- 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)
2323

2424
## Step 2. Run the Migration
2525

@@ -33,9 +33,9 @@ fs-repo-migrations
3333
./fs-repo-migrations
3434
```
3535

36-
## Step 3. Done! Run IPFS.
36+
## Step 3. Done! Run Kubo.
3737

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:
3939

4040
```
4141
ipfs daemon

0 commit comments

Comments
 (0)