Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 7 additions & 3 deletions docs/migration-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -269,9 +269,13 @@ For detailed community-maintained TrueNAS SCALE walkthroughs, see the [Host Path
```bash
rsync -av /mnt/.ix-apps/app_mounts/jellyseerr/ /mnt/storage/seerr/
```
4. Install Seerr and use the same Host Path storage that was created before (`/mnt/storage/seerr/config` in our example)
5. Start Seerr app
6. Delete Jellyseerr/Overseerr app
4. Change ownership of the folder from `root` to the `apps` user and group:
Comment thread
0xSysR3ll marked this conversation as resolved.
Outdated
```bash
chown -R 568:568 /mnt/storage/seerr/
```
5. Install Seerr and use the same Host Path storage that was created before (`/mnt/storage/seerr/config` in our example)
6. Start Seerr app
7. Delete Jellyseerr/Overseerr app
</TabItem>
</Tabs>

Expand Down
Loading