From owner-freebsd-questions@freebsd.org Fri Nov 8 17:12:28 2019 Return-Path: Delivered-To: freebsd-questions@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 5F5551580CA for ; Fri, 8 Nov 2019 17:12:28 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from corvid.alerce.com (corvid.alerce.com [206.125.171.163]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 478mzc1sNVz4d5j for ; Fri, 8 Nov 2019 17:12:27 +0000 (UTC) (envelope-from hartzell@alerce.com) Received: from postfix.alerce.com (76-226-160-236.lightspeed.sntcca.sbcglobal.net [76.226.160.236]) (using TLSv1.2 with cipher ECDHE-ECDSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by corvid.alerce.com (Postfix) with ESMTPSA id 654A43ACB for ; Fri, 8 Nov 2019 09:12:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=alerce.com; s=dkim; t=1573233139; h=from:from:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=U6TRo5T26Tjb/riAmsER5JumRNEiZTw1sT8dYyL33oo=; b=N6SudVSRLtlKIFMbDARd+1hlYGFuqVMcDU5SRvfdv5T+vjqQbkJyCZi1ErAGblb057hYeH mGS9juE2Wp0VhlwfehwOXp7LchUTXG3PEja4AoH09vNJs4VvaZkuE6rgpNVa0s+ZyoQ1BI mxSiMzek9nzDsgl+Mt4epzj94BUuFbyynChIpKTHytc27LBjKyt8tqgpRELs0NyOcR27Uy O4OFnzyunp8SyzXlCAWXd258tEWIPpfwlvndCMms4RAfy8pLlkAYnRA8eyMQuitrHnzBVf V4oW/7PCCFRjnn1zEayiBwSqZ89DC9LUQF407TrA0ss9wRECBqLzf33T2A6S2Q== Received: by postfix.alerce.com (Postfix, from userid 501) id BFCFC20139B9A2; Fri, 8 Nov 2019 09:12:19 -0800 (PST) From: George Hartzell MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <24005.41459.655083.846475@alice.local> Date: Fri, 8 Nov 2019 09:12:19 -0800 To: freebsd-questions@freebsd.org Subject: Re: Updating poudriere jail In-Reply-To: <20191108075844.00002293@seibercom.net> References: <20191108075844.00002293@seibercom.net> X-Mailer: VM undefined under 26.3 (x86_64-apple-darwin14.5.0) Reply-To: hartzell@alerce.com X-Rspamd-Queue-Id: 478mzc1sNVz4d5j X-Spamd-Bar: ----- Authentication-Results: mx1.freebsd.org; none X-Spamd-Result: default: False [-6.00 / 15.00]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; REPLY(-4.00)[]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 08 Nov 2019 17:12:28 -0000 Jerry writes: > I currently have poudriere running on a FreeBSD 12.0-RELEASE-p11 > system. I am going to use "freebsd-update" to update the system to > FreeBSD 12.1. > > My question is what is the prope way to update the poudriere jail. I > was thinking I could do this: > > poudriere jails -c -j releng_12.1 -v 12.1-RELEASE > > Then when I run poudriere to update my ports, I would just reference > "releng-12.1" as the jail. > > Is this correct? I really do not want to hose my system. I don't have > the time to rebuild it from scratch. That's essentially what I did (created a new jail), although I manage it via reallyenglish's ansible role: https://github.com/reallyenglish/ansible-role-poudriere The wheels haven't fallen off (yet). g.