I
Immich•6d ago
ONI

Update failing on truenas official app

"Exception: Cannot remove old storage config while it is still in use. Please migrate to the new storage config first before upgrading" v1.143.0_1.9.30 > v1.143.1_1.10.2
233 Replies
Immich
Immich•6d ago
:wave: Hey @ONI, Thanks for reaching out to us. Please carefully read this message and follow the recommended actions. This will help us be more effective in our support effort and leave more time for building Immich :immich:. References - Container Logs: docker compose logs docs - Container Status: docker ps -a docs - Reverse Proxy: https://immich.app/docs/administration/reverse-proxy - Code Formatting https://support.discord.com/hc/en-us/articles/210298617-Markdown-Text-101-Chat-Formatting-Bold-Italic-Underline#h_01GY0DAKGXDEHE263BCAYEGFJA Checklist I have... 1. :blue_square: verified I'm on the latest release(note that mobile app releases may take some time). 2. :blue_square: read applicable release notes. 3. :blue_square: reviewed the FAQs for known issues. 4. :blue_square: reviewed Github for known issues. 5. :blue_square: tried accessing Immich via local ip (without a custom reverse proxy). 6. :blue_square: uploaded the relevant information (see below). 7. :blue_square: tried an incognito window, disabled extensions, cleared mobile app cache, logged out and back in, different browsers, etc. as applicable (an item can be marked as "complete" by reacting with the appropriate number) Information In order to be able to effectively help you, we need you to provide clear information to show what the problem is. The exact details needed vary per case, but here is a list of things to consider: - Your docker-compose.yml and .env files. - Logs from all the containers and their status (see above). - All the troubleshooting steps you've tried so far. - Any recent changes you've made to Immich or your system. - Details about your system (both software/OS and hardware). - Details about your storage (filesystems, type of disks, output of commands like fdisk -l and df -h). - The version of the Immich server, mobile app, and other relevant pieces. - Any other information that you think might be relevant. Please paste files and logs with proper code formatting, and especially avoid blurry screenshots. Without the right information we can't work out what the problem is. Help us help you ;) If this ticket can be closed you can use the /close command, and re-open it later if needed.
Xiticks
Xiticks•6d ago
You have to use the new data structure and disabel it in Immich
ONI
ONIOP•6d ago
humm shit this looks hard ugh Ill try to review this later is the rsync run in one of the containters or in truenas shell? must be truenas shell I take it
Xiticks
Xiticks•6d ago
Yes might need to add sudo before the rsync And it varies depending on your setup Btw if you need help, ping me, I can assist
ONI
ONIOP•6d ago
ok thanks I might do that did this update just come out that is needing us to migrate?
Xiticks
Xiticks•6d ago
TrueNAS change The latest update deprecated the old storage but you had the opportunity to migrate for multiple months
ONI
ONIOP•6d ago
ah got yah I never noticed that humm ok thx
Xiticks
Xiticks•5d ago
Yeah no worries, now you're just forced to migrate Btw, if the migration has been done without issue you can /close this ticket 🙂
ONI
ONIOP•4d ago
Ok will try it today
Xiticks
Xiticks•4d ago
Oh ok, no worries, it's just that I wanted to know if it was already done or not If you have any questions/issues, you can ask them
ONI
ONIOP•4d ago
"If you were using ixVolume (dataset created automatically by the system) for Immich data storage, the path to the data should be /mnt/.ix-apps/app_mounts/immich/. You have to use this path instead of /mnt/tank/immich/ in the rsync command above, for example:" How do I know if im using this? Im using the app from the truenas chart
ONI
ONIOP•4d ago
No description
ONI
ONIOP•4d ago
No description
ONI
ONIOP•4d ago
No description
ONI
ONIOP•4d ago
it isnt clear where pgData goes? rsync -av /mnt/tank/immich/library/ /mnt/tank/immich/data/library/ rsync -av /mnt/tank/immich/upload/ /mnt/tank/immich/data/upload/ rsync -av /mnt/tank/immich/thumbs/ /mnt/tank/immich/data/thumbs/ rsync -av /mnt/tank/immich/profile/ /mnt/tank/immich/data/profile/ rsync -av /mnt/tank/immich/video/ /mnt/tank/immich/data/encoded-video/ rsync -av /mnt/tank/immich/backups/ /mnt/tank/immich/data/backups/ then /mnt/tank/immich/pgData would go to /mnt/tank/immich/data/pgData? Doesnt data and pgData have to be their own dataset? or can pgData be inside the data dataset?
ONI
ONIOP•4d ago
No description
ONI
ONIOP•4d ago
should I just make a new top level dataset? Immich2 ? kinda unclear here
Immich
Immich•4d ago
[Pull Request] Implemented Video Upload and Player (immich-app/Immich#2)
ONI
ONIOP•4d ago
I think its set up copying data now man rsync takes forever on 600 gb ugh
Xiticks
Xiticks•3d ago
you were already using a dedicated dataset for pgData, so there is no need to move it Ad you said data and pgData have to be their own separate dataset in the end (after you'll remove all other datasets) you should have Immich (Parent, used only for "order") data (containing: backups, library, upload, encoded-video, profile, thumbs) pgData (like you already have now, that contains the database) So for you case, there is no need to rsync pgData
ONI
ONIOP•3d ago
huh I dont need to rsync pgData?
ONI
ONIOP•3d ago
what I have atm
No description
ONI
ONIOP•3d ago
rsync -av /mnt/Files/Immich/library/ /mnt/Files/Immich2/data/library/ rsync -av /mnt/Files/Immich/upload/ /mnt/Files/Immich2/data/upload/ rsync -av /mnt/Files/Immich/thumbs/ /mnt/Files/Immich2/data/thumbs/ rsync -av /mnt/Files/Immich/profile/ /mnt/Files/Immich2/data/profile/ rsync -av /mnt/Files/Immich/video/ /mnt/Files/Immich2/data/encoded-video/ rsync -av /mnt/Files/Immich/backups/ /mnt/Files/Immich2/data/backups/ rsync -av /mnt/Files/Immich/pgData/ /mnt/Files/Immich2/pgData/ I think I ran the first one now to do the rest can I open multiple shells and run all these at once or not recommened?
Xiticks
Xiticks•3d ago
Well if you create a new dataset, yes then you need to rsync it Can do multiple shells
BeGentle
BeGentle•3d ago
I just used sudo mv "original path" "new path" went quick enough for me.
Xiticks
Xiticks•3d ago
but won't necessary speed up
BeGentle
BeGentle•3d ago
In the truenas shell
Xiticks
Xiticks•3d ago
Well you can if you like the risk As if anything goes wrong then it's harder to recover
ONI
ONIOP•3d ago
also is there a way to verify rsync -av /mnt/Files/Immich/library/ /mnt/Files/Immich2/data/library/ if this fully transfered or to recopy and not paste if anything is there already for each file? I left it and went to bed and idk if it all copied looking like it didnt
BeGentle
BeGentle•3d ago
I have backups. As everyone should so there wasn't much risk.
ONI
ONIOP•3d ago
I have it snapshotted but backing up immich is too complex for me atm
Xiticks
Xiticks•3d ago
run it again it will only copy non copied files Good for you but I rather be safe
ONI
ONIOP•3d ago
is it ok to just copy pgData then if all is good competely delete immich dataset later working only with immich2
Xiticks
Xiticks•3d ago
Yes but only once everything is good you can even rename immich2 to immich
ONI
ONIOP•3d ago
yep yep ok. and pdData has netdata as user and all that didnt think of that will do after the dust settles
Xiticks
Xiticks•3d ago
you could have even reused the immich dataset for your commands, but well... too late now
Xiticks
Xiticks•3d ago
Yes, pgData should have these
No description
ONI
ONIOP•3d ago
I see leave pgdata, and add data/ in immich group docker humm ok
Xiticks
Xiticks•3d ago
It's not used (as you can see with the acces mode) but that's how TrueNAS scripts set it by default
ONI
ONIOP•3d ago
looking at this I dont even have enough space to double copy all this do I?
Xiticks
Xiticks•3d ago
Well Might be close BUT
ONI
ONIOP•3d ago
No description
Xiticks
Xiticks•3d ago
you could avoid rsyncing video and thumbs those can be regenerated by Immich
ONI
ONIOP•3d ago
they are in library? video I mean thumbs is yah generated
Xiticks
Xiticks•3d ago
they're not, but they're generated based on library (or upload , if you don't have the storage template on) content Soooo, as long as you have the originals, it's fine
ONI
ONIOP•3d ago
rm -rf /mnt/Files/Immich2/data/thumbs/ I copied some so this is good to wipe that folder yah?
Xiticks
Xiticks•3d ago
Hummb naj wait delete only the uuid folders inside this way you won't need to recreate the folder and the .immich file inside it if they've already been rsynced
ONI
ONIOP•3d ago
how do I do that?
Xiticks
Xiticks•3d ago
press "tab" at the end of the path it should suggest what's inside it well inside thumbs
ONI
ONIOP•3d ago
No description
ONI
ONIOP•3d ago
both of these paths u mean?
Xiticks
Xiticks•3d ago
yes well delete thumbs
ONI
ONIOP•3d ago
ok will delete them
Xiticks
Xiticks•3d ago
we will create the folder again after that you'll have to do it for encoded-video anyway
ONI
ONIOP•3d ago
No description
ONI
ONIOP•3d ago
ok done will copy the rest but not thumbs and video
Xiticks
Xiticks•3d ago
To create the encoded-video and thumbs folder it's easy just cd into data then
mkdir thumbs && touch thumbs/.immich
mkdir thumbs && touch thumbs/.immich
mkdir encoded-video && touch encoded-video/.immich
mkdir encoded-video && touch encoded-video/.immich
ONI
ONIOP•3d ago
No description
ONI
ONIOP•3d ago
need to add myself as owner here first I guess
Xiticks
Xiticks•3d ago
oh no just prepend all your commands with "sudo"
ONI
ONIOP•3d ago
ugh I see
Xiticks
Xiticks•3d ago
the guide should be updated (pr is already made) to reflect that that was a oopsie on my side when I first wrote it
ONI
ONIOP•3d ago
no worries makes sense ok copying the library now everything else is copyied this will probably take a hour be back in like 30m Still going...
Xiticks
Xiticks•3d ago
Yeah, it takes times, no problem
ONI
ONIOP•3d ago
is this like a big update or just they finally depricated the storage type on this update?
Xiticks
Xiticks•3d ago
TrueNAS deprecated the old storage config on 1.143 update I think
ONI
ONIOP•3d ago
ah humm ok
Xiticks
Xiticks•3d ago
Not Immich fault here And it's made to simplify setup/avoid user issues
ONI
ONIOP•3d ago
how high till I should be worried? 80?
No description
Xiticks
Xiticks•3d ago
TrueNAS will throw warning But as you'll later on delete the old data, you'll reclaim space no worries
ONI
ONIOP•3d ago
ok
Xiticks
Xiticks•3d ago
It'll slow things down if you go above a certain space amount, but it should still works (as long as it's not 98/99%)
ONI
ONIOP•3d ago
No description
ONI
ONIOP•3d ago
nice
Xiticks
Xiticks•3d ago
So everything has been rsynced?
ONI
ONIOP•3d ago
I think so, ill probably run all the others but thumbs and video again to be double sure then try to start up the app following the guide all the other rsync besides library take like 1 min
Xiticks
Xiticks•3d ago
Oh yeah Before you should create thumbs and encoded-video folder, if not already done
ONI
ONIOP•3d ago
ok will do this
Xiticks
Xiticks•3d ago
well I meant before following the rest of the guide But yeah
ONI
ONIOP•3d ago
yah
Xiticks
Xiticks•3d ago
If you want I can guide you through it, if you prefer Or double check what you do, this way you're sure you don't mess up smth Oh well You were on 1.143.0 So this should be straightforward "just install immich again" or point it to your new datasets
ONI
ONIOP•3d ago
done So rsync -av /mnt/Files/Immich/video/ /mnt/Files/Immich2/data/encoded-video/ dont need to do this or make encoded-video folder?
Xiticks
Xiticks•3d ago
don't do the rsync but youve done this
mkdir encoded-video && touch encoded-video/.immich
mkdir encoded-video && touch encoded-video/.immich
right?
ONI
ONIOP•3d ago
oh shit i made it already right k so ready to go now
ONI
ONIOP•3d ago
No description
ONI
ONIOP•3d ago
data
No description
ONI
ONIOP•3d ago
pgData
No description
No description
ONI
ONIOP•3d ago
not sure why one says root then wheel humm
Xiticks
Xiticks•3d ago
Mmmh, it should work, but
Xiticks
Xiticks•3d ago
No description
Xiticks
Xiticks•3d ago
Make it look like this and then click save
ONI
ONIOP•3d ago
No description
ONI
ONIOP•3d ago
these are both userid and group 999
Xiticks
Xiticks•3d ago
yep, that is fine That's how Automatic permissiosn sets it
ONI
ONIOP•3d ago
it changes too this when I type it but its the same
ONI
ONIOP•3d ago
No description
Xiticks
Xiticks•3d ago
and only owner has any access so it's just to follow the "defaults"
ONI
ONIOP•3d ago
ok
Xiticks
Xiticks•3d ago
Now you can install immich or modify the one that you already have
ONI
ONIOP•3d ago
ok ill modify it should I change the drives to HDDs? they are not ssds even tho I have that option checked?
Xiticks
Xiticks•3d ago
Yes, the default is SSD because it's recommended to use these (both By TrueNAS and Immich) for the database
ONI
ONIOP•3d ago
so set to hdd then?
Xiticks
Xiticks•3d ago
But selecting HDD optimize some db stuff for HDD, so yes, select it
ONI
ONIOP•3d ago
does it matter to check enable acl for these paths
Xiticks
Xiticks•3d ago
Don't, as we already set them Enabling is used to set them from the app config I think (I never used the option)
ONI
ONIOP•3d ago
and dont check automatic perms because we did that correct
Xiticks
Xiticks•3d ago
Ye
ONI
ONIOP•3d ago
No description
ONI
ONIOP•3d ago
where is all the other storages like library
Xiticks
Xiticks•3d ago
NO that is the point of the new structure, everything is nested into data so you have to select "data" not "upload"
ONI
ONIOP•3d ago
Data Storage (aka Upload Location) oh I see kinda my bad
ONI
ONIOP•3d ago
No description
Xiticks
Xiticks•3d ago
It's because in Immich official docker docs it's called Upload location
ONI
ONIOP•3d ago
machine learning temp?
Xiticks
Xiticks•3d ago
yep, can be set to a dataset also, but it holds the model, so don't really necessary to save it as it can be redownloaded
ONI
ONIOP•3d ago
No description
Xiticks
Xiticks•3d ago
Noo? Wait were these your defaults?
ONI
ONIOP•3d ago
yah well its what I had it was working fine tho
Xiticks
Xiticks•3d ago
You come from an oooold version change it to 568 on both dedicated "apps" user, it's a bit more secure
ONI
ONIOP•3d ago
got yah
Xiticks
Xiticks•3d ago
(and it's the now default for almost all apps)
ONI
ONIOP•3d ago
uh maybe half a year ago not that old maybe a bit more idk
Xiticks
Xiticks•3d ago
has been changed around that but was 0 from beginning until x months ago
ONI
ONIOP•3d ago
No description
No description
No description
Xiticks
Xiticks•3d ago
What is your system? Like cpu/gpu? and ram
ONI
ONIOP•3d ago
hummmmmmmm how can I find out in shell?
Xiticks
Xiticks•3d ago
Truenas Dashboard should have all informations on that
ONI
ONIOP•3d ago
No description
Xiticks
Xiticks•3d ago
wait you're on 24.10
ONI
ONIOP•3d ago
idk I just always hit update on everything
Xiticks
Xiticks•3d ago
give immich a bit more ram 8192 instead of 4096
ONI
ONIOP•3d ago
ok sure
Xiticks
Xiticks•3d ago
I'll show you smth just after then
ONI
ONIOP•3d ago
I didnt realize I was limiting ram so much actually....
Xiticks
Xiticks•3d ago
That's the default Immich recommends at 6gb for optimal. Giving it more is fine also, as it wont use it all unless it needs it
ONI
ONIOP•3d ago
ok ill save and see if it works what is labels config for?
Xiticks
Xiticks•3d ago
I wish I knew It ain't used by Immich But it's in the apps template for TrueNAS apps, that's why it's there
ONI
ONIOP•3d ago
starting
Xiticks
Xiticks•3d ago
click on the third button to see the logs next to the server line on the workloads widget
ONI
ONIOP•3d ago
No description
Xiticks
Xiticks•3d ago
"Workloads" on the bottom right of your image there is the "server" line once it's say starting click on the third icon
ONI
ONIOP•3d ago
No description
ONI
ONIOP•3d ago
oh its up?
Xiticks
Xiticks•3d ago
Yup
ONI
ONIOP•3d ago
no thumbs should I update or regenerate them first
Xiticks
Xiticks•3d ago
Can you try to download one or multiple images/video (random time point) Click on them then upper right corner 3dots button, then download (we will worry for that a bit after)
ONI
ONIOP•3d ago
they seem to be downloading fine
Xiticks
Xiticks•3d ago
Ok so update your app first
ONI
ONIOP•3d ago
ohhh it seems to be updating
Xiticks
Xiticks•3d ago
Then on Truenas Click on system > update There it will load a list of "train" You can select the Fangtooth one, to update to the latest stable version
ONI
ONIOP•3d ago
oh why should I update to fangtooth from eletric eel? wont that kill some of my apps or smth?
Xiticks
Xiticks•3d ago
Well, to use the latest stable version No, you're on a good EE version So this should work fine and you won't loose anyhting
ONI
ONIOP•3d ago
No description
Xiticks
Xiticks•3d ago
25.04 (Fangtooth) Version Notes
Highlights, change log, and known issues for TrueNAS 25.04 release versions.
ONI
ONIOP•3d ago
FT is just a more up to date version of TNS?
Xiticks
Xiticks•3d ago
Yes, there is a major version in april (.04) and in october (.10) So you can set a reminder as in 1-2 month you could switch to the latest which will be 25.10
ONI
ONIOP•3d ago
do u think my apps will break?
No description
Xiticks
Xiticks•3d ago
You're on 24.10.2.4 which is above 24.10.2.2 And if it was going to break your app, you wouldn't have been able to be this up to date on Immich
ONI
ONIOP•3d ago
humm ok ill run the update soon and switch ugh main branches then I can update immich again or?
Xiticks
Xiticks•3d ago
And with 25.10 TrueNAS should switch to a better train system, where you'll be able to select "critical, basic, or enthusiast" profile
ONI
ONIOP•3d ago
for immich in general or?
Xiticks
Xiticks•3d ago
I think the default will be basic and this way it will propose major versions without you changing it No, for TrueNAS versions themselves
ONI
ONIOP•3d ago
ohhh snap
Xiticks
Xiticks•3d ago
You can update Immich now, and TrueNAS after Or the otherway around both should work fine
ONI
ONIOP•3d ago
they last update broke a few of my apps like shoko server and it was a pain that* they got ride of half the apps or whatever it was
Xiticks
Xiticks•3d ago
Yes, they switch from k8s to docker so a lot of apps had to be converted, but now they're on par with what was there before (and even have more apps)
ONI
ONIOP•3d ago
ok so I need to now regenerate all thumbs and transcode all videos? or just slowly run everything over time
Xiticks
Xiticks•3d ago
Oh yeah https://my.immich.app/admin/jobs-status Run both jobs on "all"
ONI
ONIOP•3d ago
this is a local ui for mine? humm
Xiticks
Xiticks•3d ago
Well, it asks you to put your IP or domain for your Immich then it redirects to it
ONI
ONIOP•3d ago
huh interesting
Xiticks
Xiticks•3d ago
saved in your web browser, so no data is sent to Immich
ONI
ONIOP•3d ago
got yah ok I will run these then monitor and see if all looks good then later delete that immich data set
Xiticks
Xiticks•3d ago
Yeah, it's great to make sure people go where we want them to go in the UI
ONI
ONIOP•3d ago
then remane immich2 to immich, update the app, restart it
Immich
Immich•3d ago
[Pull Request] Implemented Video Upload and Player (immich-app/immich#2)
Xiticks
Xiticks•3d ago
to rename Immich, there is a zfs command
ONI
ONIOP•3d ago
ah haha makes sense Thanks so much for your help! I loving immich and donated as well great stuff
Xiticks
Xiticks•3d ago
and you'll have to stop Immich app, and edit it after that
ONI
ONIOP•3d ago
so glad to be free of google photos and my 2.99/m bill
Xiticks
Xiticks•3d ago
Yeah Well you don't really spare a lot of money with selfhosting but you learn stuff and you know where your data is
ONI
ONIOP•3d ago
haha well with photos videos and storage its nice jellyfin, immich ect not complaining
Xiticks
Xiticks•3d ago
Yeah definitely, but servers uses energy, disk aren't cheap, and you need backups so even more disk And I agree, I use Immich since the day I discovered it And I like helping people here to make their experience also great I also try to contribute, but I'm not an expert in code so I do the little thing I know haha
ONI
ONIOP•3d ago
Very cool!
Xiticks
Xiticks•3d ago
to rename, ping me here or in the #truenas channel, if you want me to assist on that
ONI
ONIOP•3d ago
Ok will do Thanks!
ONI
ONIOP•2d ago
No description
ONI
ONIOP•2d ago
you think the diff in size is the videos folder I have ran video transcode videos maybe I should try all again? it seems to be working perfectly
Xiticks
Xiticks•2d ago
Did you have snapshtot enabled on your previous datasets?
ONI
ONIOP•2d ago
should have yah
Xiticks
Xiticks•2d ago
This might expplain it then
ONI
ONIOP•2d ago
humm ok yah maybe
Xiticks
Xiticks•2d ago
Ie you uploaded a video of x gb then it made a transcode then you deleted videos you still have a snapshot of video + transcode stored
ONI
ONIOP•2d ago
humm ok usually dont delete stuff tho but couldbe
Xiticks
Xiticks•2d ago
cd into your libray (old) and do a du-sh in there and into /data/library
ONI
ONIOP•2d ago
can i stop immich and rsync the video dir?
Xiticks
Xiticks•2d ago
then du -sh there also
ONI
ONIOP•2d ago
ah ok
Xiticks
Xiticks•2d ago
I would not rsync the video one
ONI
ONIOP•2d ago
lets see ok
Xiticks
Xiticks•2d ago
if a video hasn't been transcoded, it means that there was no need (like you changed transcode settings maybe) You can run the transcode job again on "missing" maybe it missed some
ONI
ONIOP•2d ago
btw updated to fangtooth very nice no problems how do u choose which train dontsee that option tho
Xiticks
Xiticks•2d ago
will be only on goldeye (so next version)
ONI
ONIOP•2d ago
ahh got yah
Xiticks
Xiticks•2d ago
or Halfmoon, I can't rememeber exactly
ONI
ONIOP•2d ago
not worth updating to that now?
ONI
ONIOP•2d ago
No description
ONI
ONIOP•2d ago
let me try the other dir
Xiticks
Xiticks•2d ago
Goldeye is in Release candidate, so it's more stable than BETA, but not as stable as a "official" release So I would wait a few weeks
ONI
ONIOP•2d ago
gotcha
ONI
ONIOP•2d ago
No description
ONI
ONIOP•2d ago
ok so should be good then yah
Xiticks
Xiticks•2d ago
Yes Maybe you stopped the process of transcoding video
ONI
ONIOP•2d ago
ok ill delete the old volume soon
Xiticks
Xiticks•2d ago
when you updated
ONI
ONIOP•2d ago
yah could be
Xiticks
Xiticks•2d ago
So rerun the job on at least missing maybe either the app or TrueNAS
ONI
ONIOP•2d ago
ok To migrate to 2.0 I can just hit the update button on true Nas when it see it yah?
Xiticks
Xiticks•2d ago
Yes! All recent changes were made to make the app ready for "stable" now it is just a formality, to make it more official (while it also brought some changes)
ONI
ONIOP•2d ago
I see ok great
Xiticks
Xiticks•2d ago
And from what I've read from the notes, the breaking changes would introduce a major version change (so go from 2 to 3 for example) But It might be possible that changes are made on the TrueNAS that are independant of Immich (I hope not, but I can't promise it will never happen) If you have other question in the future about TrueNAS (or Immich on TrueNAS), you can ask them in the #truenas channel btw (like ping me for the renaming of the dataset if you need/want to) At the same time, as the initial issue is resolved here you can /close this ticket
ONI
ONIOP•13h ago
Ok I'll close it thanks so much for all ur help Renaming I just stop the app, rename the data set, fix the path on app, restart?
Xiticks
Xiticks•13h ago
Should be that yeah zfs rename to rename but oyu have to be in /mnt then use full path
ONI
ONIOP•13h ago
Uhh can't do it in ui?
Xiticks
Xiticks•13h ago
nah Maybe ?
ONI
ONIOP•13h ago
I'll check got yah thanks!
Xiticks
Xiticks•13h ago
so in /mnt you do zfs rename MyPoool/apps/immich2 MyPoool/apps/immich you obviously adapt the path
ONI
ONIOP•13h ago
Ok great
ONI
ONIOP•13h ago
No description
ONI
ONIOP•13h ago
sudo?
ONI
ONIOP•13h ago
No description
ONI
ONIOP•12h ago
nice sudo worked

Did you find this page helpful?