From owner-freebsd-questions Tue Jul 8 00:21:28 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.5/8.8.5) id AAA02534 for questions-outgoing; Tue, 8 Jul 1997 00:21:28 -0700 (PDT) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.5/8.8.5) with ESMTP id AAA02528 for ; Tue, 8 Jul 1997 00:21:21 -0700 (PDT) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.5/8.6.12) id KAA00371; Tue, 8 Jul 1997 10:20:11 +0300 (IDT) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V1.3) id sma000367; Tue Jul 8 10:20:06 1997 Message-ID: <33C1EA18.3889@barcode.co.il> Date: Tue, 08 Jul 1997 10:19:52 +0300 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.5 sun4m) MIME-Version: 1.0 To: michael dorin CC: questions@FreeBSD.ORG Subject: Re: upgrade questions 2.1.7->2.2.2 References: <199707070755.HAA07369@chaski.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk michael dorin wrote: > > Hello: > > I am running a very stable 2.1.7 system for my web server. > We get about 10000-15000hits per day. As my disk drive is filling > up, I am going to need to upgrade my space from 2 to 4 meg within > a few weeks. I also would like to upgrade the operating system > at the same time. > > How much trouble is it going to be for me to move my current > 2.1 based structure to the current system? > > Any thoughts? Warnings? Etc? #include For me, upgrading from 2.1.x to 2.2.2 with the sysinstall upgrade option was pretty easy. Make sure you have a backup of your /etc directory beore you start. You'll have to do a lot of editing of the new /etc files, as most of them have changed considerably since 2.1.x days. Once you're finished with the upgrade, double check all new configuration files and diff them with teh old ones. It takes some time, but it's not that hard. > > -Mike Nadav