bar1
February 26, 2025, 7:51am
1
Hi,
I am running the latest beta, what is the correct method of moving all my apps to a new SSD?
Also the fact that the dataset it hidden is now very confusing.
How can I back it up/replicate to another pool?
LarsR
February 26, 2025, 8:29am
2
stux made a guide on this topic:
Sometimes you would like to move your apps from one pool to another…
There is currently no way to do this in the GUI.
The below recipe worked for me.
(replace “originalpool” and “otherpool” with the original pool’s name, and the new pools name, respectively)
unset your app pool
check your ix-apps datasets with sudo zfs list | grep ix-apps
if you have any ix-apps datasets on your newpool, then delete it with sudo zfs destroy -r newpool/ix-apps (note, this assumes that you do NOT want the …
bar1
February 26, 2025, 8:43am
3
Thanks for this , looks complicated i’ll attempt it later.
bar1
February 26, 2025, 3:49pm
4
Ok, busy with that, and I suppose for backup I can just modify the replication task.
bar1
February 27, 2025, 6:38am
5
Ok this is working.
I came here to write in big caps “and make sure read only is off” only to see I missed that section of the instructions,…lol