From fdedf2129802ed5ce882a39eba56cbf78efff875 Mon Sep 17 00:00:00 2001 From: Marcin Rataj Date: Fri, 23 Aug 2024 16:25:31 +0200 Subject: [PATCH] docs: add note about automatic migrations 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. --- run.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/run.md b/run.md index 1b6f6918..1b8f7dc9 100644 --- a/run.md +++ b/run.md @@ -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.