From nobody Wed Nov 22 21:03:07 2023 X-Original-To: questions@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 4SbDH74vVHz51xcj for ; Wed, 22 Nov 2023 21:03:15 +0000 (UTC) (envelope-from lumiwa@dismail.de) Received: from mx1.dismail.de (mx1.dismail.de [78.46.223.134]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA512) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 4SbDH71Zy4z4Z0N for ; Wed, 22 Nov 2023 21:03:15 +0000 (UTC) (envelope-from lumiwa@dismail.de) Authentication-Results: mx1.freebsd.org; none Received: from mx1.dismail.de (localhost [127.0.0.1]) by mx1.dismail.de (OpenSMTPD) with ESMTP id 68348f8c; Wed, 22 Nov 2023 22:03:11 +0100 (CET) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed; d=dismail.de; h=date:from :to:cc:subject:message-id:in-reply-to:references:mime-version :content-type:content-transfer-encoding; s=20190914; bh=043z3fXB DtODqnKcBOVIE/JCL8S1zs0tcYUnRK/NMUM=; b=m0v6/y6qKIQarFLZWxXAYVQm 8WNOi+3tjWM6OoJPD29YaW8XQ5luss+Lh1zNlIx7ZebFCE9zvZMz0AQJnvRCdcRC 2v2eKQipa1jj0DdUarqqztwKpjkm/FOKkarbF01V+w0D/fdr9Pe1dwe4moalymt9 JSAvuVeJ8RTcUUPdFHy5aVMZCjPsw9yz2gF7iAi5g19ConUXNoCJLWke4rWlLlR5 EvxqFQN2ssyR1OfWHlLmTsTSCuBzJ9XMCKIM7OrksHoe1duPhB7mUL4nRqNzno0H pLVxV0Ol5u3uq4OjYcpQMFwjciQAR1c2e4JiBpN/nRi7far5TbtNHwy6LOi6Hg== Received: from smtp1.dismail.de ( [10.240.26.11]) by mx1.dismail.de (OpenSMTPD) with ESMTP id a72de69c; Wed, 22 Nov 2023 22:03:11 +0100 (CET) Received: from smtp1.dismail.de (localhost [127.0.0.1]) by smtp1.dismail.de (OpenSMTPD) with ESMTP id ec5a8837; Wed, 22 Nov 2023 22:03:11 +0100 (CET) Received: by dismail.de (OpenSMTPD) with ESMTPSA id 68c23166 (TLSv1.3:TLS_AES_256_GCM_SHA384:256:NO); Wed, 22 Nov 2023 22:03:10 +0100 (CET) Date: Wed, 22 Nov 2023 16:03:07 -0500 From: LuMiWa To: Steve O'Hara-Smith Cc: questions@freebsd.org Subject: Re: planning to upgrade to 14.0 Message-ID: <20231122160307.14c1c64f@dismail.de> In-Reply-To: <20231122202501.689102fed7d4844797811977@sohara.org> References: <20231122150003.143c252e@dismail.de> <20231122202501.689102fed7d4844797811977@sohara.org> X-Mailer: Claws Mail 3.19.1 (GTK+ 2.24.33; amd64-portbld-freebsd13.2) List-Id: User questions List-Archive: https://lists.freebsd.org/archives/freebsd-questions List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-freebsd-questions@freebsd.org X-BeenThere: freebsd-questions@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Spamd-Bar: ---- X-Rspamd-Pre-Result: action=no action; module=replies; Message is reply to one we originated X-Spamd-Result: default: False [-4.00 / 15.00]; REPLY(-4.00)[]; ASN(0.00)[asn:24940, ipnet:78.46.0.0/15, country:DE] X-Rspamd-Queue-Id: 4SbDH71Zy4z4Z0N On Wed, 22 Nov 2023 20:25:01 +0000 Steve O'Hara-Smith wrote: > On Wed, 22 Nov 2023 15:00:03 -0500 > LuMiWa wrote: >=20 > > Systems running 12.4-RELEASE or 13.2-RELEASE can upgrade as follows: > >=20 > > # freebsd-update fetch > > # freebsd-update install >=20 > This is just in case you are not fully up to date in your > current installation - there was a bug found in freebsd-update > because a file in 13.2 and earlier became a directory in 14.0 and > freebsd-update didn't handle it. So it is important that your old > release is fully up to date before attempting to upgrade to 14.0. >=20 > > Now the freebsd-update(8) utility can fetch bits belonging to > > 14.0-RELEASE. During this process freebsd-update(8) will ask for > > help in merging configuration files. > >=20 > > I did run freebsd-update fetch but there are nothing to install. It > > is to early and files are not exist or I do not need them and I > > should just run=20 >=20 > If there was nothing to install then you should be fine to go > ahead with the normal upgrade. >=20 > > freebsd-update upgrade -r 14.0-RELEASE > >=20 > > And my hard disk: > >=20 > > gpart show =3D> 40 500118112 nvd0 GPT (238G) > > 40 532480 1 efi (260M) > > 532520 490201088 2 freebsd-ufs (234G) > > 490733608 8388608 3 freebsd-swap (4.0G) > > 499122216 995936 - free - (486M) >=20 > You're running UFS so you don't need to worry about the ZFS > changes and the need to update the boot loader before you upgrade the > ZFS pool. >=20 Thank you very much. It was so fast :) --=20 =E2=80=9CLife shrinks or expands in proportion to one's courage.=E2=80=9D =E2=80=95 Anais Nin=20