You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2021. It is now read-only.
Copy file name to clipboardExpand all lines: run.md
+4-4
Original file line number
Diff line number
Diff line change
@@ -13,7 +13,7 @@ If you run into any trouble, please feel free to [open an issue in this reposito
13
13
The migration tool is safe -- it should not delete any data. If you have important data stored _only_ in your ipfs node, and want to be extra safe, you can back up the whole repo with:
14
14
15
15
```sh
16
-
cp -r ~/.js-ipfs~/.js-ipfs.bak
16
+
cp -r ~/.jsipfs~/.jsipfs.backup
17
17
```
18
18
19
19
## Step 1. Downloading the Migration
@@ -26,16 +26,16 @@ To run the migration tool:
26
26
27
27
```sh
28
28
# to check if there are migrations that need to be applied
29
-
js-ipfs-repo-migrations status
29
+
jsipfs-repo-migrations status
30
30
31
31
# if so, migrate to the latest version
32
-
js-ipfs-repo-migrations migrate
32
+
jsipfs-repo-migrations migrate
33
33
```
34
34
35
35
## Step 3. Done! Run IPFS.
36
36
37
37
If the migration completed without error, then you're done! Try running the new ipfs:
0 commit comments