I am trying to delete the old 11.1-RELEASE version from my iocage download & release folders. For this I tried
However it resulted in telling me that 2 of my jails are dependent on that release even though I have upgraded those jails to 11.2-RELEASE
Why is it warning me about the jails depending on 11.1 even when they have been upgraded?
emby and transmission jails were created using CLI under 11.1-U5 whereas the couchpotato and radarr jails were created under 11.2.
although during upgrade of emby and transmission I do get the following
Note the bolded italic line. (emphasis mine)
Would using -recursive flag be safe? I really don't want to have to recreate my emby jail -- it's a pain to research all the meta data for my movies all over again.
Code:
iocage destroy -r 11.1-RELEASE
Why is it warning me about the jails depending on 11.1 even when they have been upgraded?
Code:
root@nas:/mnt/tank/home/inxsible # iocage list +-----+--------------+-------+--------------+-------------+ | JID | NAME | STATE | RELEASE | IP4 | +=====+==============+=======+==============+=============+ | 40 | couchpotato | up | 11.2-RELEASE | | +-----+--------------+-------+--------------+-------------+ | 42 | emby | up | 11.2-RELEASE | | +-----+--------------+-------+--------------+-------------+ | 43 | radarr | up | 11.2-RELEASE | | +-----+--------------+-------+--------------+-------------+ | 21 | transmission | up | 11.2-RELEASE | | +-----+--------------+-------+--------------+-------------+ root@nas:/mnt/tank/home/inxsible # iocage destroy -r 11.1-RELEASE This will destroy RELEASE: 11.1-RELEASE Are you sure? [y/N]: y 11.1-RELEASE has dependent jails (who may also have dependents), use --recursive to destroy: emby transmission root@nas:/mnt/tank/home/inxsible #
although during upgrade of emby and transmission I do get the following
Code:
root@nas:/mnt/tank/home/inxsible # iocage update transmission Snapshotting transmission... Updating plugin INDEX... Removing old pkgs... Installing new pkgs... Testing SRV response to iocage-plugins Testing DNSSEC response to iocage-plugins Installing plugin packages: - net-p2p/transmission-daemon... - www/transmission-web... Updating plugin artifact... Branch 11.2-RELEASE does not exist at https://github.com/freenas/iocage-plugin-transmission.git! Using "master" branch for plugin, this may not work with your RELEASE transmission has been updated successfully.
Would using -recursive flag be safe? I really don't want to have to recreate my emby jail -- it's a pain to research all the meta data for my movies all over again.
Last edited: