From owner-freebsd-questions@freebsd.org Thu Jan 28 00:06:54 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 E7BB4A708D6 for ; Thu, 28 Jan 2016 00:06:54 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) Received: from alogt.com (alogt.com [69.36.191.58]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C4A749D7 for ; Thu, 28 Jan 2016 00:06:54 +0000 (UTC) (envelope-from erichsfreebsdlist@alogt.com) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=alogt.com; s=default; h=Content-Transfer-Encoding:Content-Type:MIME-Version:References: In-Reply-To:Message-ID:Subject:Cc:To:From:Date; bh=KXjALHlRHxWz/LOflPFaO8k4WB49d6MwO5RE0DrK4zg=; b=N5QyTBdj7Tv/NRCjlYBGeyuEW4 zoB/1+a0f8Ulub0BjbWDnH6er1HKKdvLU8EkzkYqn8y8H/j8k/xkSNNXbU6DH02kNaBI+c+yKBJwe tdjrflADSZaK777JvR8Dk5B726H+VnElDEfCIoDZGDt82WNrIBCu20RAhgs/SKJuFpdE=; Received: from [114.124.36.66] (port=39565 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES128-GCM-SHA256:128) (Exim 4.86) (envelope-from ) id 1aOZmm-003vtd-NJ; Wed, 27 Jan 2016 16:46:05 -0700 Date: Thu, 28 Jan 2016 07:45:58 +0800 From: Erich Dollansky To: Ross Cc: "freebsd-questions@freebsd.org" Subject: Re: Can I upgrade 9.1 straight to 10.2? Message-ID: <20160128074558.0a5c43d1@X220.alogt.com> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - sl-508-2.slc.westdc.net X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - alogt.com X-Get-Message-Sender-Via: sl-508-2.slc.westdc.net: authenticated_id: erichsfreebsdlist@alogt.com X-Authenticated-Sender: sl-508-2.slc.westdc.net: erichsfreebsdlist@alogt.com X-Source: X-Source-Args: X-Source-Dir: 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: Thu, 28 Jan 2016 00:06:55 -0000 Hi, On Wed, 27 Jan 2016 17:23:18 +0200 Ross wrote: > 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? > > Or should I install all the releases in between one by one? it is very simple. Make a backup, make a snapshot, download the latest sources. Just be careful with mergemaster. I would do it by hand. If you can't compile the latest sources on the old machine, go to 10.0 first. I do not think that you have to go through all releases between. 10.0 might be the only obstacle. Erich