freenas
Differences
This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| freenas [2020/03/13 17:03] – created k2patel | freenas [2020/10/30 17:11] (current) – [Jail Issues] k2patel | ||
|---|---|---|---|
| Line 11: | Line 11: | ||
| You can do this live while in production. This will only restart the middleware process that effects the WebUI. | You can do this live while in production. This will only restart the middleware process that effects the WebUI. | ||
| + | |||
| + | ==== Jail migration warden to iocage ==== | ||
| + | |||
| + | After upgrading from 11.1 to 11.3, one must migrate all jain from warden to iocage.\\ | ||
| + | In order to migrate there is utility provided but need some tweaking. | ||
| + | <code bash> | ||
| + | / | ||
| + | </ | ||
| + | After fresh update it gives error :!: Warden does not have a path set, please set one in the GUI.\\ | ||
| + | In order to fix issue change as follow. | ||
| + | <code python | / | ||
| + | - _dir = None | ||
| + | + _dir = "/ | ||
| + | </ | ||
| + | Next step is to run migration script. | ||
| + | <code bash> | ||
| + | / | ||
| + | </ | ||
| + | |||
| + | ==== Jails ==== | ||
| + | |||
| + | === Upgrading Jail after major update === | ||
| + | :!: Select the appropriate version | ||
| + | <code bash> | ||
| + | iocage fetch | ||
| + | iocage upgrade backuppc -r 12.2-RELEASE | ||
| + | </ | ||
| + | |||
| + | === pkg command broken after major version update === | ||
| + | :!:When //iocage pkg backuppc update// does not work. | ||
| + | |||
| + | Check if file // | ||
| + | Once the version confirmed, run following commands in jail. | ||
| + | |||
| + | <code bash> | ||
| + | # pkg-static install -f pkg | ||
| + | pkg-static bootstrap -f | ||
| + | pkg update -f | ||
| + | pkg upgrade | ||
| + | </ | ||
| + | |||
freenas.1584119009.txt.gz · Last modified: 2020/08/10 02:30 (external edit)
