From owner-freebsd-stable@FreeBSD.ORG Thu Nov 10 11:46:37 2005 Return-Path: X-Original-To: freebsd-stable@freebsd.org Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 4019916A41F for ; Thu, 10 Nov 2005 11:46:37 +0000 (GMT) (envelope-from andreas.nemeth@aporem.net) Received: from imap1u.univie.ac.at (murder.univie.ac.at [131.130.1.183]) by mx1.FreeBSD.org (Postfix) with ESMTP id AB2CB43D46 for ; Thu, 10 Nov 2005 11:46:35 +0000 (GMT) (envelope-from andreas.nemeth@aporem.net) Received: from attic.mat.univie.ac.at (attic.mat.univie.ac.at [131.130.16.122]) by imap1u.univie.ac.at (8.12.10/8.12.10) with ESMTP id jAABcVNi052254 for ; Thu, 10 Nov 2005 12:38:33 +0100 (CET) From: Andreas Nemeth To: freebsd-stable@freebsd.org Date: Thu, 10 Nov 2005 12:38:30 +0100 User-Agent: KMail/1.7.1 References: In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200511101238.30900.andreas.nemeth@aporem.net> Subject: Re: upgrading 5.4 -> 6.0 without reinstalling. safe ? X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 10 Nov 2005 11:46:37 -0000 On Thursday 10 November 2005 12:27, Pete French wrote: > Thanks for all the comments - it sounds like it's a pretty safe thing to > do. I have one more question though - when I upgrade a machine this way I > will remove all the ports first, so it is just back to the basic system. > But Perl is now a port - should I remove this, or should I leave it alone, > i.e. is it required for the build process ? You don't have to remove the ports prior to upgrading. Just recompile them later. A "portupgrade -fa" will do the trick. I do this port-rebuild remotely using "screen" thus in case of a lost connection I can reconnect to the portupgrade output. In this case I don't upgrade screen and the command is like "portupgrade -fpa -x screen" > cheers, > > -pcf. > _______________________________________________ > freebsd-stable@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-stable > To unsubscribe, send any mail to "freebsd-stable-unsubscribe@freebsd.org"