From owner-freebsd-current@FreeBSD.ORG Sat Feb 11 10:16:59 2012 Return-Path: Delivered-To: current@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 651B5106566C for ; Sat, 11 Feb 2012 10:16:59 +0000 (UTC) (envelope-from jlaffaye.freebsd@gmail.com) Received: from mail-we0-f182.google.com (mail-we0-f182.google.com [74.125.82.182]) by mx1.freebsd.org (Postfix) with ESMTP id EBD478FC08 for ; Sat, 11 Feb 2012 10:16:58 +0000 (UTC) Received: by werm13 with SMTP id m13so3798572wer.13 for ; Sat, 11 Feb 2012 02:16:57 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=sender:message-id:date:from:user-agent:mime-version:to:cc:subject :references:in-reply-to:content-type:content-transfer-encoding; bh=5F68ClO75x2xH2r2M0kcTvgvszTnUDRtqFupfLGjpbE=; b=vjoopnzwWxSWWbDWB7dCx/Va6weQ9rgX1GGnwLbPg3L1OSDNXp58zTRakh0D+1/FXk t6MBn7a5zusvqVRww0JxV2DJIfPNw9EXxlvfWnvUh5sYgzKYwz4Op35hs4oq02hwHT28 8ynYHM6leASK2Y/zKH85hCds1P7tOPDrnmnBI= Received: by 10.216.136.76 with SMTP id v54mr2024347wei.30.1328953990652; Sat, 11 Feb 2012 01:53:10 -0800 (PST) Received: from [192.168.1.75] (lantea.jlaffaye.net. [109.190.125.169]) by mx.google.com with ESMTPS id ho4sm8515671wib.3.2012.02.11.01.53.09 (version=SSLv3 cipher=OTHER); Sat, 11 Feb 2012 01:53:09 -0800 (PST) Sender: Julien Laffaye Message-ID: <4F363A8A.3030307@freebsd.org> Date: Sat, 11 Feb 2012 10:53:14 +0100 From: Julien Laffaye User-Agent: Thunderbird/7.0.1 MIME-Version: 1.0 To: Sergio de Almeida Lenzi References: <20120130123930.GB40244@azathoth.lan> <20120210175146.GP2106@azathoth.lan> <20120210233831.GQ2106@azathoth.lan> <1328922790.39784.8.camel@z6000.lenzicasa> In-Reply-To: <1328922790.39784.8.camel@z6000.lenzicasa> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Cc: ports@FreeBSD.org, Baptiste Daroussin , current@FreeBSD.org Subject: Re: Beta 3 still not OK X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 11 Feb 2012 10:16:59 -0000 On 2/11/2012 2:13 AM, Sergio de Almeida Lenzi wrote: > Seems that the sqlite database > has changed from beta1 to beta3??? > > I have all the system running exclusive on pkg there is no more "old > pkg" > > How can I upgrade the sqlite database from beta1 to beta3??? There is nothing to upgrade. The on-disk format of the sqlite database is frozen by the sqlite guys and they are very conservative about that. We just upgraded the code to have latest bugfixes and improvements.