I've been running -STABLE on a machine with a dozen or so jails, and would like to migrate from build-you-own -STABLE to -RELEASE so that I can use freebsd-update(8) to manage security patches in a simpler and more robust way. The jails are all fully-populated ZFS filesystems. For a variety of reasons I'm not using sysutils/ezjail or the like.
Is there a recommended way to do this?
So far my thinking is that I can't just un-tar the *.txz distributions as it will overwrite the configuration already done on the host, as well as in each of the jails. This leaves me with the not-so-exciting path of:
Second, is there an easier approach?
TIA!
Is there a recommended way to do this?
So far my thinking is that I can't just un-tar the *.txz distributions as it will overwrite the configuration already done on the host, as well as in each of the jails. This leaves me with the not-so-exciting path of:
- Build -RELEASE locally
- For the host and each jail
make installworld
mergemastermake delete-oldmake delete-old-libs
- Bring the host and jails back up again
Second, is there an easier approach?
TIA!