Is it possible to update from CURRENT to RELEASE ?

Matthew Seaman matthew at FreeBSD.org
Tue Apr 18 11:04:29 UTC 2017


On 2017/04/18 10:52, Manish Jain wrote:
> Incidentally, is this fairly weird-looking hack possible : move from 
> 12-CURRENT to 11.1-RELEASE ?

Downgrading is always going to be difficult -- there's no backwards
compatibility guarantee for shared libraries, so you'll find that
programs end up arbitrarily failing in the middle of your downgrade process.

If you need to downgrade then the best route is to back up all your
important data and configuration bits, then reinstall the system using
the older version.

Depending on how adventurous you feel, you may be able do chunks of this
manually while booted from a live-CD, which will allow you to preserve
parts of your original system.  That, however, is something for experts,
or the brave -- and you can't necessarily do it at all.  For instance,
if your ZFS pool has features enabled and in use that aren't known in
the older system, then you have to blow it away and create a brand new
zpool to downgrade.

	Cheers,

	Matthew


-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 972 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20170418/2b9cf17d/attachment.sig>


More information about the freebsd-questions mailing list