From owner-freebsd-questions@freebsd.org Wed Jan 27 15:29:50 2016 Return-Path: Delivered-To: freebsd-questions@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 838BBA709F3 for ; Wed, 27 Jan 2016 15:29:50 +0000 (UTC) (envelope-from terje@elde.net) Received: from rand.keepquiet.net (keepquiet.net [144.76.43.178]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "keepquiet.net", Issuer "COMODO RSA Domain Validation Secure Server CA" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4C7661DD2 for ; Wed, 27 Jan 2016 15:29:50 +0000 (UTC) (envelope-from terje@elde.net) Received: from [10.169.6.233] (2.150.0.30.tmi.telenormobil.no [2.150.0.30]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) (Authenticated sender: terje@elde.net) by rand.keepquiet.net (Postfix) with ESMTPSA id 33F578FB; Wed, 27 Jan 2016 15:29:42 +0000 (UTC) Content-Type: text/plain; charset=us-ascii Mime-Version: 1.0 (1.0) Subject: Re: Can I upgrade 9.1 straight to 10.2? From: Terje Elde X-Mailer: iPhone Mail (13D15) In-Reply-To: Date: Wed, 27 Jan 2016 16:29:40 +0100 Cc: "freebsd-questions@freebsd.org" Content-Transfer-Encoding: quoted-printable Message-Id: <40395A87-210D-4046-AEAB-B589DF155E59@elde.net> References: To: Ross X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 27 Jan 2016 15:29:50 -0000 > On 27 Jan 2016, at 16:23, Ross wrote: >=20 > I have a server with an old installation of FreeBSD 9.1-STABLE. Can I just= > download 10.2 sources and do installworld and installkernel there? >=20 > Or should I install all the releases in between one by one? More often than not, you can just go directly, however; 1. Remember backup first 2. Skim through /usr/src/UPDATING 3. Follow the procedure about updating everything, in the same file.=20 If possible, a fun option is to restore a backup to a spare machine (or VM) a= nd upgrade the backup.=20 There's also ports to consider. I'll typically do a full ports rebuild after= jumping major versions. There's a similar /usr/ports/UPDATING.=20 Terje=