Return-Path: Delivered-To: apmail-incubator-couchdb-user-archive@locus.apache.org Received: (qmail 75150 invoked from network); 19 Sep 2008 13:27:40 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 19 Sep 2008 13:27:40 -0000 Received: (qmail 190 invoked by uid 500); 19 Sep 2008 13:27:37 -0000 Delivered-To: apmail-incubator-couchdb-user-archive@incubator.apache.org Received: (qmail 162 invoked by uid 500); 19 Sep 2008 13:27:36 -0000 Mailing-List: contact couchdb-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: couchdb-user@incubator.apache.org Delivered-To: mailing list couchdb-user@incubator.apache.org Received: (qmail 151 invoked by uid 99); 19 Sep 2008 13:27:36 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2008 06:27:36 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=FS_REPLICA,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jchris@gmail.com designates 209.85.200.168 as permitted sender) Received: from [209.85.200.168] (HELO wf-out-1314.google.com) (209.85.200.168) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 19 Sep 2008 13:26:35 +0000 Received: by wf-out-1314.google.com with SMTP id 27so553714wfd.21 for ; Fri, 19 Sep 2008 06:26:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender :to:subject:in-reply-to:mime-version:content-type :content-transfer-encoding:content-disposition:references :x-google-sender-auth; bh=/Gvzc2Ul/7weI7aPvo58XLghI6b2UqXp6jtf56RZA+c=; b=SLGNU26wi57MwOzMYHExnzfkfxOr2zJS7op7ec8xp2EFXe6fdKgKpfO4wlsTJzkDeE GuJg/A1X6Wujwu5Yca1/dW07Ks1kgUKZEnuWmrtQq+2ZFWGlj/iMs0i+mUG6dW0gsvM7 DqEIOBbAHxxZytV8sFDqBbFYwIyvPsnBgYD4E= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version :content-type:content-transfer-encoding:content-disposition :references:x-google-sender-auth; b=HXwjCZYi9yeZ/m2p/b7qDUCI6jhouW28ZA+5DCerWjk/Nmtw91bq8tNgisW2Yw3QXE s9Rpp5xX1UZtJrZUQAbMaY1rQeTxk7BFQ6ZSXAssyGTT18qGqS4TskmiCkvGTKqNzvo8 YC6zFS6O7abkWQfZDyUGB1+X7W8p0N527NPlw= Received: by 10.142.89.13 with SMTP id m13mr11115wfb.338.1221830818602; Fri, 19 Sep 2008 06:26:58 -0700 (PDT) Received: by 10.142.49.15 with HTTP; Fri, 19 Sep 2008 06:26:58 -0700 (PDT) Message-ID: Date: Fri, 19 Sep 2008 09:26:58 -0400 From: "Chris Anderson" Sender: jchris@gmail.com To: couchdb-user@incubator.apache.org Subject: Re: replicating large db from version 0.8.1 to trunk (0.9.0a696354) In-Reply-To: <928bdd8e0809170941s441338dp5ab3aed40306488@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <928bdd8e0809170941s441338dp5ab3aed40306488@mail.gmail.com> X-Google-Sender-Auth: 4ddfcb7d62c2d8bf X-Virus-Checked: Checked by ClamAV on apache.org Will, You can monitor the size of the .couch files that should be in the database_dir as specified in the default.ini or local.ini files. (on the version couch.ini on the old version) The ini files should be at /usr/local/etc/couchdb/... The file size won't be a perfect indication of how long the replication has left, but it's better than nothing. Chris On Wed, Sep 17, 2008 at 12:41 PM, william kinney wrote: > Hi, > > I believe I heard at jchris's presentation at arc90 that the replicator can > continue from a previously failed replication (continuing where it left > off). Does anyone know if it is possible to monitor a replication process > somehow, perhaps by log file or physical file size growth? I have a large db > I'm trying to migrate from an old release to a new one, and it seems that > (outside a small tool to loop and do the migration myself), the replicator > is my only option since the db files (and views) use a deprecated storage > design. My db is ~ 330000 docs (1.9GB). > > Or does anyone has a better idea for migrating a large, older version > database? > > Thanks, > Will > -- Chris Anderson http://jchris.mfdz.com