Skip to content
This repository was archived by the owner on Feb 12, 2024. It is now read-only.

Commit ae45d7d

Browse files
committed
Description of migrations
License: MIT Signed-off-by: Adam Uhlir <[email protected]>
1 parent 157982d commit ae45d7d

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -203,6 +203,11 @@ node.on('ready', () => {
203203
})
204204
```
205205

206+
### Migrations
207+
208+
`js-ipfs` comes bundled with tool that automatically migrate the version of your IPFS repository when new version is available.
209+
You can control this mechanism using config option `repoDisableAutoMigration` (`true`/`false` default is `false`).
210+
206211
### [Tutorials and Examples](/examples)
207212

208213
You can find some examples and tutorials in the [examples](/examples) folder, these exist to help you get started using `js-ipfs`.

0 commit comments

Comments
 (0)