From ae45d7dcaded5da5b432211aee25def0ca4a5456 Mon Sep 17 00:00:00 2001 From: Adam Uhlir Date: Tue, 21 May 2019 19:00:57 -0700 Subject: [PATCH] Description of migrations License: MIT Signed-off-by: Adam Uhlir --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 7505eaffc4..f96278f60f 100644 --- a/README.md +++ b/README.md @@ -203,6 +203,11 @@ node.on('ready', () => { }) ``` +### Migrations + +`js-ipfs` comes bundled with tool that automatically migrate the version of your IPFS repository when new version is available. +You can control this mechanism using config option `repoDisableAutoMigration` (`true`/`false` default is `false`). + ### [Tutorials and Examples](/examples) You can find some examples and tutorials in the [examples](/examples) folder, these exist to help you get started using `js-ipfs`.