From user-return-3638-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Sat Feb 21 03:14:00 2009 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 76303 invoked from network); 21 Feb 2009 03:14:00 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 21 Feb 2009 03:14:00 -0000 Received: (qmail 43720 invoked by uid 500); 21 Feb 2009 03:13:53 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 43692 invoked by uid 500); 21 Feb 2009 03:13:53 -0000 Mailing-List: contact user-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: user@couchdb.apache.org Delivered-To: mailing list user@couchdb.apache.org Received: (qmail 43681 invoked by uid 99); 21 Feb 2009 03:13:53 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 20 Feb 2009 19:13:53 -0800 X-ASF-Spam-Status: No, hits=2.2 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of dundeemt@gmail.com designates 209.85.198.229 as permitted sender) Received: from [209.85.198.229] (HELO rv-out-0506.google.com) (209.85.198.229) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 21 Feb 2009 03:13:45 +0000 Received: by rv-out-0506.google.com with SMTP id f6so1136069rvb.35 for ; Fri, 20 Feb 2009 19:13:24 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:sender:received:date :x-google-sender-auth:message-id:subject:from:to:content-type; bh=LN6aOraVmEGumSktBFeOTm+8po2CNfwXdWow0qduqgg=; b=CsvNoVw2rrvffFflOv3k6r/C7WFMMXLX8rQQLOi8g0TveYZJ+7Ny5MsL2UECHZzQdu TTd7Au9VgA6LXh4EKW4AUFcgw1EauvPm16hM5avjJChDOh7Cq6vjSzKDKBGthj1tmd4E IyrgCqekKvYDR6QXUrKOjHqiLgWwNeZNt6uw0= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:sender:date:x-google-sender-auth:message-id:subject :from:to:content-type; b=tiLjz28OdvP+h0GsFYK9VHJr2TvKW8pNVHIQM2QVIP5/FEnsfbpO/5V3kP1LOnNjRa R/FphxeG83j92Rmaglhnx6yyuwTkJyuYoWKNfzQsFmRrrXWkkRAbWlOoV/cOhxP9QmJY Q1S4j/nvua2uUlcxpnv1WoKAycZFedjh3eQ/A= MIME-Version: 1.0 Sender: dundeemt@gmail.com Received: by 10.141.176.4 with SMTP id d4mr746276rvp.5.1235186004171; Fri, 20 Feb 2009 19:13:24 -0800 (PST) Date: Fri, 20 Feb 2009 21:13:24 -0600 X-Google-Sender-Auth: 7daef659db1505be Message-ID: <5aaed53f0902201913n7cf54e65r595870cc3fb455ff@mail.gmail.com> Subject: How to dump/reload a database From: "Jeff Hinrichs - DM&T" To: couchdb-user Content-Type: multipart/alternative; boundary=000e0cd14f6c029d8a046365271f X-Virus-Checked: Checked by ClamAV on apache.org --000e0cd14f6c029d8a046365271f Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit I just tried using couchdb-dump to dump my database but I ended up with an out of memory problem. It looks like the script is trying to buffer the entire db before it returns. There are about 1700 documents w/ attachments and futon is showing ~6.1GB Anyone have any suggestions? It looks like .9 is going to require a dump/load cycle -- what are other people doing? Regards, Jeff --000e0cd14f6c029d8a046365271f--