Skip to content

Commit 5dd5e6f

Browse files
committed
Improve 5.0.0 migration notes
1 parent b44da68 commit 5dd5e6f

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,17 +2,18 @@
22

33
#### 5.0.0 Upgrade Notes
44

5-
- Deprecating support for extensionless files. (**Intervention needed when updating from < 5.0.0!**)
5+
- As of v5.0.0, all Turtle files need an extension. (**Intervention needed when updating from < 5.0.0!**)
66
- **How to upgrade?**
7-
1. Update node-solid-server to 5.0.0
8-
2. Make a backup of your `data/` folder
9-
3. Invoke `solid migrate-legacy-resources -v`
7+
1. Stop the server.
8+
2. Update node-solid-server to 5.0.0.
9+
3. Make a backup of your `data/` and `config/` folders.
10+
4. Invoke `solid migrate-legacy-resources -v`.
1011
This makes the files in your `data/` and `config/` folders
1112
automatically compatible with the new system.
1213
You only need to do this once.
1314
Different data folders can be migrated as well with the `-p` option:
1415
`solid migrate-legacy-resources -p my/custom/data/folder -v`
15-
4. You can now start the server again as usual
16+
5. You can now start the server again as usual.
1617
- **Why?**
1718
Before version 5.0.0, `https://pod.example/profile/card`
1819
would map to `file:///solid/profile/card`, with the _assumption_

0 commit comments

Comments
 (0)