From owner-freebsd-current@FreeBSD.ORG Thu Jul 29 21:14:29 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CE9DB16A4CE for ; Thu, 29 Jul 2004 21:14:29 +0000 (GMT) Received: from dan.emsphone.com (dan.emsphone.com [199.67.51.101]) by mx1.FreeBSD.org (Postfix) with ESMTP id 860DD43D64 for ; Thu, 29 Jul 2004 21:14:27 +0000 (GMT) (envelope-from dan@dan.emsphone.com) Received: (from dan@localhost) by dan.emsphone.com (8.12.11/8.12.11) id i6TLEQcE000968; Thu, 29 Jul 2004 16:14:26 -0500 (CDT) (envelope-from dan) Date: Thu, 29 Jul 2004 16:14:26 -0500 From: Dan Nelson To: Kirk Strauser Message-ID: <20040729211426.GC9911@dan.emsphone.com> References: <200407291101.15091.kirk@strauser.com> <20040729111516.U63843@carver.gumbysoft.com> <200407291450.49400.kirk@strauser.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <200407291450.49400.kirk@strauser.com> X-OS: FreeBSD 5.2-CURRENT X-message-flag: Outlook Error User-Agent: Mutt/1.5.6i cc: freebsd-current@freebsd.org Subject: Re: Upgrading to net/openldap22-sasl-server giving fits X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 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: Thu, 29 Jul 2004 21:14:30 -0000 In the last episode (Jul 29), Kirk Strauser said: > On Thursday 29 July 2004 13:21, Doug White wrote: > > > It would not suprise me if you need to dump + reload your database to > > update to a new bdb schema in openldap2.2. > > But I don't WANT to reload my database! > > Is there a generalized way to upgrade Berkeley databases? I tried to > RTFDocs, but they seem to be aimed at BDB programmers ("Simply call the > DB->transmogrify method...") instead of command-line users. db_dump / db_load is the standard way, I think. This only applies if the change was strictly a db3 -> db4 change. If openldap changed its database layout, etc, they would need to provide a conversion script. -- Dan Nelson dnelson@allantgroup.com