From owner-freebsd-questions@freebsd.org Fri Apr 16 18:47:35 2021 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 5B0425DB2E7 for ; Fri, 16 Apr 2021 18:47:35 +0000 (UTC) (envelope-from merlyn@geeks.org) Received: from mail.geeks.org (jacobs.geeks.org [204.153.247.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4FMQF20T1Yz4j3Q for ; Fri, 16 Apr 2021 18:47:33 +0000 (UTC) (envelope-from merlyn@geeks.org) Received: from mail.geeks.org (localhost [127.0.0.1]) by after-clamsmtpd.geeks.org (Postfix) with ESMTP id D68FE349A3 for ; Fri, 16 Apr 2021 13:47:26 -0500 (CDT) Received: by mail.geeks.org (Postfix, from userid 1003) id CA943349A2; Fri, 16 Apr 2021 13:47:26 -0500 (CDT) Date: Fri, 16 Apr 2021 13:47:26 -0500 From: Doug McIntyre To: freebsd-questions@freebsd.org Subject: FreeBSD 13.0 Upgrade Gotcha document? Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-Virus-Scanned: ClamAV using ClamSMTP X-Rspamd-Queue-Id: 4FMQF20T1Yz4j3Q X-Spamd-Bar: / Authentication-Results: mx1.freebsd.org; dkim=none; dmarc=none; spf=pass (mx1.freebsd.org: domain of merlyn@geeks.org designates 204.153.247.1 as permitted sender) smtp.mailfrom=merlyn@geeks.org X-Spamd-Result: default: False [0.26 / 15.00]; RCVD_TLS_LAST(0.00)[]; ARC_NA(0.00)[]; MID_RHS_MATCH_FROM(0.00)[]; FROM_HAS_DN(0.00)[]; RBL_DBL_DONT_QUERY_IPS(0.00)[204.153.247.1:from]; TO_MATCH_ENVRCPT_ALL(0.00)[]; R_SPF_ALLOW(-0.20)[+ptr]; MIME_GOOD(-0.10)[text/plain]; PREVIOUSLY_DELIVERED(0.00)[freebsd-questions@freebsd.org]; TO_DN_NONE(0.00)[]; NEURAL_SPAM_MEDIUM(1.00)[1.000]; RCPT_COUNT_ONE(0.00)[1]; RBL_SENDERSCORE_FAIL(0.00)[204.153.247.1:server fail]; RCVD_COUNT_THREE(0.00)[3]; DMARC_NA(0.00)[geeks.org]; SPAMHAUS_ZRD(0.00)[204.153.247.1:from:127.0.2.255]; NEURAL_HAM_LONG(-1.00)[-1.000]; NEURAL_HAM_SHORT(-0.44)[-0.443]; FROM_EQ_ENVFROM(0.00)[]; R_DKIM_NA(0.00)[]; MIME_TRACE(0.00)[0:+]; ASN(0.00)[asn:7753, ipnet:204.153.244.0/22, country:US]; SUBJECT_ENDS_QUESTION(1.00)[]; MAILMAN_DEST(0.00)[freebsd-questions] X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 16 Apr 2021 18:47:35 -0000 Is there a document somewhere documenting all the "gotchas" on doing a FreeBSD 13.0 binary upgrades now-a-days? Such as *) additional zpools won't auto-import on boot until 'freebsd-update' is run again after boot to install new userland. (Bad news if you leave your home directories on a secondary zpool and don't have access to console and have best practice of not allowing root ssh in). *) Zpools probably need to have 'zpool upgrade' done on them. *) Make sure to re-install your boot loader before you `zpool upgrade zroot` to not break bootloader. *) /etc/motd has a new mechanism, look at /etc/motd.template instead. Anything else?