From owner-freebsd-questions@FreeBSD.ORG Sun May 31 19:36:05 2009 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id D5F5E106564A for ; Sun, 31 May 2009 19:36:05 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (wojtek.tensor.gdynia.pl [IPv6:2001:4070:101:2::1]) by mx1.freebsd.org (Postfix) with ESMTP id 16F788FC0A for ; Sun, 31 May 2009 19:36:04 +0000 (UTC) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from wojtek.tensor.gdynia.pl (localhost [IPv6:::1]) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3) with ESMTP id n4VJZvhN025794; Sun, 31 May 2009 21:35:57 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Received: from localhost (wojtek@localhost) by wojtek.tensor.gdynia.pl (8.14.3/8.14.3/Submit) with ESMTP id n4VJZuK8025791; Sun, 31 May 2009 21:35:57 +0200 (CEST) (envelope-from wojtek@wojtek.tensor.gdynia.pl) Date: Sun, 31 May 2009 21:35:56 +0200 (CEST) From: Wojciech Puchar To: Erik Norgaard In-Reply-To: <4A2284D6.2080304@locolomo.org> Message-ID: References: <4A2284D6.2080304@locolomo.org> User-Agent: Alpine 2.00 (BSF 1167 2008-08-23) MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII; format=flowed Cc: questions@freebsd.org Subject: Re: migrating berkeley DBs (4.3 to 4.6) 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: Sun, 31 May 2009 19:36:06 -0000 > my data, and I would like to migrate my cyrus-imapd also to a newer version > of BDB. > > Are there any tools or tricks for doing this? possibly it's compatible but if you are not sure use db_dump and _load to dump and restore data.