Moving plugins to Scale

bmartin3k

Cadet
Joined
Jun 20, 2023
Messages
2
I am in the process of moving my pool from a core server to a newer one running scale.
I plan on exporting and importing the pool. This pool contains my iocages and jails.
Is there an easy way once its imported, I can use my configs for those plugins with the apps in scale.
 

sretalla

Powered by Neutrality
Moderator
Joined
Jan 1, 2016
Messages
9,700
Is there an easy way
That's arguable... there is a way... I wouldn't call it easy.

It's also different depending on which apps you installed and how you set the storage for them...

TrueCharts... if you chose PVC (the defaults), you can use the method described here to access the PVC storage and copy your config or whatever in there:

That may also work for Official apps where you chose PVC.

If you used host path, you'll need to consider permissions making sure to transfer the right files to the right path on the host, then using chown to give the right user and group IDs ownership of the newly placed files.

All that without telling you where to even find the needed config or data for your apps... I'll leave that as homework for you.
 
Top