File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change 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_
You can’t perform that action at this time.
0 commit comments