Date: Tue, 5 May 2009 18:26:09 +0200 From: Mel Flynn <mel.flynn+fbsd.questions@mailing.thruhere.net> To: freebsd-questions@freebsd.org Cc: Martin Turgeon <freebsd@optiksecurite.com> Subject: Re: Upgrading jails to 7.2-RELEASE with freebsd-update Message-ID: <200905051826.09616.mel.flynn%2Bfbsd.questions@mailing.thruhere.net> In-Reply-To: <4A005D46.5010809@optiksecurite.com> References: <4A005D46.5010809@optiksecurite.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tuesday 05 May 2009 17:37:42 Martin Turgeon wrote: > Hi everyone, > > It's the first time I'm using freebsd-update to upgrade my system to a > new release. I just upgraded the base system from 7.1-RELEASE to > 7.2-RELEASE and everything went fine. I now wanted to upgrade my jails > to the new release but freebsd-update is telling me that's already > updated... > > freebsd-update -b /usr/jail/mysql/ upgrade -r 7.2-RELEASE > freebsd-update: Cannot upgrade from 7.2-RELEASE to itself Should be able to trick it using: env UNAME_r=7.1-RELEASE-p5 freebsd-update -b /path/to/jail (based on a quick source scan, untested). -- Mel
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905051826.09616.mel.flynn%2Bfbsd.questions>