Skip to content

Commit

Permalink
docs: add note about automatic migrations
Browse files Browse the repository at this point in the history
the link to this document shows if user executes any kubo CLI on outdated repo. then, they waste time manually migrating, when all they had to do, is to run automatic migrations thare built-in to kubo.
  • Loading branch information
lidel authored Aug 23, 2024
1 parent e4be9f6 commit fdedf21
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions run.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
> [!TIP]
> # TLDR: `ipfs daemon --migrate=true`
> If you are [Kubo](https://github.com/ipfs/kubo) or [IPFS Desktop](https://github.com/ipfs/ipfs-desktop/) user, the easiest way is to run `ipfs daemon` with `--migrate=true`. It will automatically apply migrations if necessary.
>
> Below guide is very old, and manual migration is usually not necessary.


# Running Repo Migrations

This document explains how to run repo migrations for [Kubo](https://github.com/ipfs/kubo) IPFS implementation.
Expand Down

0 comments on commit fdedf21

Please sign in to comment.