From owner-freebsd-questions@FreeBSD.ORG Mon Oct 4 13:47:09 2010 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 8B6ED1065672 for ; Mon, 4 Oct 2010 13:47:09 +0000 (UTC) (envelope-from nr1c0re@gmail.com) Received: from mail-qw0-f54.google.com (mail-qw0-f54.google.com [209.85.216.54]) by mx1.freebsd.org (Postfix) with ESMTP id 436A58FC0C for ; Mon, 4 Oct 2010 13:47:08 +0000 (UTC) Received: by qwd6 with SMTP id 6so3744668qwd.13 for ; Mon, 04 Oct 2010 06:47:08 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:received:date:message-id :subject:from:to:content-type; bh=K9ZRbl1v64i7z+Do2EW5z7CVoGzOjRebKFrxUwh6R+Q=; b=GlAAaW1oJjSuAeuxRfEG5fSTX8rlSnnd2GbfsBfkgJ22Az5mO/5e4cOxqjeduMZQ+e qx/277GV8FgjEvDKqs3YtthAR1DIL8lWDy8Vw/9yBulhjre5y63Ub6ki3uaZxFuddC2z LJUZw4JTVyUzw0qLuYDllBYO51SypcQwkeIqU= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=hRsdxObod6fz8c+GPKS5jdzXEJWDKj4nY11IihhxSkUylgO8N0TYyChgloWSDcWM6u wIpkXCuo4yZBoEH6kGG4IFnkvDbpJj80Dn/fPkh9w8ogZpRgVrufsDlCj4L8SObQNZoX dyBxmJE90dwob3c2W3NR+OsTZorV6WbOJcSco= MIME-Version: 1.0 Received: by 10.224.60.136 with SMTP id p8mr6886884qah.216.1286200028330; Mon, 04 Oct 2010 06:47:08 -0700 (PDT) Received: by 10.229.214.142 with HTTP; Mon, 4 Oct 2010 06:47:06 -0700 (PDT) Date: Mon, 4 Oct 2010 17:47:06 +0400 Message-ID: From: c0re To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 Subject: Upgrading to higher major version directly or via small steps? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 04 Oct 2010 13:47:09 -0000 Hello all! I'm interested in 2 updates: - from 6.2 to 7.3 and - from 6.2 to 8.1 Can I update directly from 6.2 to 7.3? like set RELENG_7_3 in supfile and make csup. Or I should update to 6.4, then to 7.0, and then to 7.3? And same question about upgrading from 6.2 to 8.1 - can i csup directly to 8.1? If not - why is it so? Thanks!