docs: update truenas migration section to include chown#3143
Conversation
Added step to explain necessary ownership change of the Seerr folder after starting Seerr for the first time when migrating TrueNAS.
📝 WalkthroughWalkthroughThe TrueNAS SCALE ixVolume migration guide now copies data into ChangesTrueNAS SCALE ixVolume Migration
Estimated code review effort🎯 1 (Trivial) | ⏱️ ~2 minutes Possibly related PRs
Suggested reviewers
Poem
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
| 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: |
There was a problem hiding this comment.
Does /mnt/.ix-apps/app_mounts/jellyseerr/ belong to the apps user, and does the rsync command update file permissions to root?
If so, you can use the -p flag with rsync to preserve permissions it’s the easiest way to handle this.
There was a problem hiding this comment.
No, the .ix-apps/ folder and all subfolders belong to root already so preserving is not enough here, sadly.
There was a problem hiding this comment.
But i looked into the rsync man page and we can use --chown=568:568, so i will update to use this instead!
|
@M0NsTeRRR updated to use |
|
@thraizz can you fix the template issue #3143 (comment) |
Done, hope this is fine like this |
Description
Added step to explain necessary ownership change of the Seerr folder after starting Seerr for the first time when migrating TrueNAS.
Without this, the first start of Seerr will just result in a lot of "EACCES: permission denied"
How Has This Been Tested?
Did not test changes. Its a simple doc change, i did not set up a dev environment for this.
I clicked the Edit On Github button in the docs, edited it, opened this PR.
Checklist:
pnpm buildpnpm i18n:extractSummary by CodeRabbit
Summary by CodeRabbit
rsynccopy step.