We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3fed31e + 48ef298 commit 9851c42Copy full SHA for 9851c42
docs/migration-guide.mdx
@@ -28,7 +28,7 @@ Changes :
28
29
If you're migrating from a previous installation, you may need to update the ownership of your config folder:
30
```bash
31
-sudo chown -R 1000:1000 /path/to/appdata/config
+docker run --rm -v /path/to/appdata/config:/data alpine chown -R 1000:1000 /data
32
```
33
34
This ensures the `node` user (UID 1000) owns the config directory and can read and write to it.
0 commit comments