freenas
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
freenas [2020/05/29 20:17] – k2patel | freenas [2020/10/30 17:11] (current) – [Jail Issues] k2patel | ||
---|---|---|---|
Line 27: | Line 27: | ||
Next step is to run migration script. | Next step is to run migration script. | ||
<code bash> | <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.1590783463.txt.gz · Last modified: 2020/08/10 02:28 (external edit)