From owner-freebsd-questions@FreeBSD.ORG Tue Jun 27 01:29:16 2006 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5EB5116A404 for ; Tue, 27 Jun 2006 01:29:16 +0000 (UTC) (envelope-from jhorne@dfwlp.com) Received: from zeus.int.dfwlp.com (zeus.dfwlp.com [208.11.134.127]) by mx1.FreeBSD.org (Postfix) with ESMTP id BBB5F44343 for ; Tue, 27 Jun 2006 01:04:18 +0000 (GMT) (envelope-from jhorne@dfwlp.com) Received: from athena.int.dfwlp.com (athena.int.dfwlp.com [192.168.125.83]) (authenticated bits=0) by zeus.int.dfwlp.com (8.13.6/8.13.6) with ESMTP id k5R14GhB046099 for ; Mon, 26 Jun 2006 20:04:16 -0500 (CDT) (envelope-from jhorne@dfwlp.com) From: Jonathan Horne To: freebsd-questions@freebsd.org Date: Mon, 26 Jun 2006 20:04:15 -0500 User-Agent: KMail/1.9.3 References: <200606222309.38096.freebsd@dfwlp.com> <200606222346.10640.freebsd@dfwlp.com> <200606230908.45655.lists@jnielsen.net> In-Reply-To: <200606230908.45655.lists@jnielsen.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200606262004.16145.jhorne@dfwlp.com> X-Spam-Status: No, score=-1.4 required=5.0 tests=ALL_TRUSTED autolearn=failed version=3.1.3 X-Spam-Checker-Version: SpamAssassin 3.1.3 (2006-06-01) on zeus.int.dfwlp.com Subject: Re: from STABLE to RELENG? (done) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Jun 2006 01:29:16 -0000 On Friday 23 June 2006 08:08, John Nielsen wrote: > On Friday 23 June 2006 00:46, Jonathan Horne wrote: > > On Thursday 22 June 2006 23:16, Chad Leigh -- Shire.Net LLC wrote: > > > On Jun 22, 2006, at 10:09 PM, Jonathan Horne wrote: > > > > generally, how risky of an operation is it to change the branch im > > > > following > > > > (assuming i have a server in good working order)? > > > > > > > > i think i would now prefer to start following RELENG on my > > > > production servers > > > > instead of STABLE (not that im having any issues), so that i can > > > > keep up with > > > > patchlevels of specific servers a little easier. > > > > > > That easiest if you do it at a version change. Say, for example, 6.0- > > > STABLE to 6.1-RELEASE or similar. > > > > well i would be attempting a 6.1-STABLE to 6.1-RELENG. i have a dev box > > i think im going to give it a go on, and see what happens. if this one > > doesnt go well, ill just wait until the next RELEASE increments to the > > next. > > If you were going the other direction (from a pre-6.1 -STABLE to 6.1 or > from 6.1 to today's -STABLE) it'd be a no-brainer. Even so, I'd be > surprised if you had any issues going "backwards", since it is still a > rather small step. > > JN > _______________________________________________ > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to > "freebsd-questions-unsubscribe@freebsd.org" well i finally had a chance to sit down and try it on my dev box (which is a port-by-port mirror of my production server), and the STABLE-to-RELENG buildworld worked fine. since this didnt seem to have any issues at all, this saturday after my full backup runs, ill migrate that one as well. thanks for your advice(s), jonathan