Skip to content

Commit ebac489

Browse files
authored
docs: update truenas migration section to include chown (#3143)
1 parent 8ad191f commit ebac489

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/migration-guide.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ For detailed community-maintained TrueNAS SCALE walkthroughs, see the [Host Path
267267
3. Copy ixVolume Data
268268
Open System Settings → Shell, or SSH into your TrueNAS server as root and run :
269269
```bash
270-
rsync -av /mnt/.ix-apps/app_mounts/jellyseerr/ /mnt/storage/seerr/
270+
rsync -av --chown=568:568 /mnt/.ix-apps/app_mounts/jellyseerr/ /mnt/storage/seerr/
271271
```
272272
4. Install Seerr and use the same Host Path storage that was created before (`/mnt/storage/seerr/config` in our example)
273273
5. Start Seerr app

0 commit comments

Comments
 (0)