From owner-freebsd-questions@FreeBSD.ORG Wed Feb 2 15:30:22 2005 Return-Path: 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 0725216A4CF for ; Wed, 2 Feb 2005 15:30:22 +0000 (GMT) Received: from av1-1-sn1.fre.skanova.net (av1-1-sn1.fre.skanova.net [81.228.11.107]) by mx1.FreeBSD.org (Postfix) with ESMTP id A88ED43D54 for ; Wed, 2 Feb 2005 15:30:21 +0000 (GMT) (envelope-from ertr1013@student.uu.se) Received: by av1-1-sn1.fre.skanova.net (Postfix, from userid 502) id 68DBC37E54; Wed, 2 Feb 2005 16:30:17 +0100 (CET) Received: from smtp2-2-sn2.hy.skanova.net (smtp2-2-sn2.hy.skanova.net [81.228.8.178]) by av1-1-sn1.fre.skanova.net (Postfix) with ESMTP id 58CB537E44 for ; Wed, 2 Feb 2005 16:30:17 +0100 (CET) Received: from falcon.midgard.homeip.net (h201n1fls24o1048.bredband.comhem.se [212.181.162.201]) by smtp2-2-sn2.hy.skanova.net (Postfix) with SMTP id 2888137E45 for ; Wed, 2 Feb 2005 16:30:17 +0100 (CET) Received: (qmail 66836 invoked by uid 1001); 2 Feb 2005 15:30:16 -0000 Date: Wed, 2 Feb 2005 16:30:16 +0100 From: Erik Trulsson To: Greg Foster Message-ID: <20050202153016.GA66813@falcon.midgard.homeip.net> Mail-Followup-To: Greg Foster , freebsd-questions@freebsd.org References: <4200EE07.2070700@comcast.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4200EE07.2070700@comcast.net> User-Agent: Mutt/1.5.6i cc: freebsd-questions@freebsd.org Subject: Re: upgrading FreeBSD X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Feb 2005 15:30:22 -0000 On Wed, Feb 02, 2005 at 10:13:11AM -0500, Greg Foster wrote: > I was wondering if it is possible to upgrade from FreeBSD 3.2 to 5.3 > without doing a fresh install, and if possible what issues might I have. Possible: Yes. Recommended: Absolutely not! You will almost certainly have to do it in several steps. The sequence 3.2 -> 3.5.1 3.5.1 -> 4.1 4.1 -> 4.11 4.11 -> 5.3 *should* work, but no guarantees. Remember to read /usr/src/UPDATING very carefully before each step - most problems that you *will* encounter are documented there. The sequence backup all data make a fresh install of 5.3 restore data from backup will almost certainly be quicker, simpler, and less prone to catastrophic failure. (Making a backup of all important data is a *very* good idea anyway.) -- Erik Trulsson ertr1013@student.uu.se