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

[WIP] feat: integration of tool for repo migration #2044

Closed
wants to merge 6 commits into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -199,6 +199,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`.
Expand Down