From owner-freebsd-questions@freebsd.org Sat Nov 26 04:33:24 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 B83C0C55824 for ; Sat, 26 Nov 2016 04:33:24 +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 98905E55 for ; Sat, 26 Nov 2016 04:33:24 +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:Sender:Reply-To:Content-ID: Content-Description:Resent-Date:Resent-From:Resent-Sender:Resent-To:Resent-Cc :Resent-Message-ID:List-Id:List-Help:List-Unsubscribe:List-Subscribe: List-Post:List-Owner:List-Archive; bh=wPODx+zf59uwYcoCkCWbprnKFXmTwUjgvOs4aYbYGLk=; b=PQaXPfHj4TRRpxgSE9pOGdbswE H9eNKcM+y641Pgwz/3pjW+uXTs2CIyHKNvw614ZBajicXXyFgceFbx0DsXc0qhckPXQS8phdwBxN/ 9dSqHTh3RDpto3HSnDbxxBVWhouaVNOuBS7bDSTZaw9LqgS20iu5SWbePIclpOeKdoDs=; Received: from subs12-223-255-228-101.three.co.id ([223.255.228.101]:52722 helo=X220.alogt.com) by sl-508-2.slc.westdc.net with esmtpsa (TLSv1.2:ECDHE-RSA-AES256-GCM-SHA384:256) (Exim 4.87) (envelope-from ) id 1cATv6-002sYH-R6; Fri, 25 Nov 2016 20:44:57 -0700 Date: Sat, 26 Nov 2016 11:44:49 +0800 From: Erich Dollansky To: "James B. Byrne via freebsd-questions" Cc: byrnejb@harte-lyne.ca Subject: Re: FreeBSD upgrade 10.3 to 11.0 Message-ID: <20161126114449.728a8089@X220.alogt.com> In-Reply-To: <21900172d2d5d5b4735453e274b5e86c.squirrel@webmail.harte-lyne.ca> References: <21900172d2d5d5b4735453e274b5e86c.squirrel@webmail.harte-lyne.ca> 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.23 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 26 Nov 2016 04:33:24 -0000 Hi, On Fri, 25 Nov 2016 10:01:22 -0500 "James B. Byrne via freebsd-questions" wrote: > I am testing out the procedures to upgrade our existing FreeBSD hosts > from 10.3 to 11.0 using a bhyve guest configured for the purpose. I > have followed the instructions in the handbook/wiki to the best of my > understanding. I have a question about the last step however. > > One is supposed to reinstall all of the port pkgs one has installed. > Is there an automated way to do this provided by the FreeBSD > community; or is this a case of roll your own script? > > have also a look at portupgrade. It installs from source and can use packages. Erich