Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 93832 invoked from network); 9 Feb 2010 16:52:03 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 9 Feb 2010 16:52:03 -0000 Received: (qmail 15939 invoked by uid 500); 9 Feb 2010 16:52:00 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 15877 invoked by uid 500); 9 Feb 2010 16:52:00 -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 15822 invoked by uid 99); 9 Feb 2010 16:52:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 16:52:00 +0000 X-ASF-Spam-Status: No, hits=4.9 required=10.0 tests=FS_REPLICA,HTML_MESSAGE,NORMAL_HTTP_TO_IP,SPF_PASS,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of xkeitarox@gmail.com designates 209.85.211.184 as permitted sender) Received: from [209.85.211.184] (HELO mail-yw0-f184.google.com) (209.85.211.184) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 09 Feb 2010 16:51:53 +0000 Received: by ywh14 with SMTP id 14so298269ywh.28 for ; Tue, 09 Feb 2010 08:51:32 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=6gyew5vl5Tm6bVlH28EhsZ/nxGNrUZnSaxeal5TCZec=; b=bdqIUQrue6OFUGyePRr7WvVmqt2Vhxd8pyMTA0mSkRzXkyGwM5hHNrvBqab2WlL38a eeo5tqPFgMgoLlSrY/FMYjEYTg+OMDka+KahhNbli1PvQLNacUQ3jKEzQhFYW3XuLWjs jHlQ5qTjQdE7xwSxiJUzhnnRUjcCUOcVhYgtg= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=ceN1n+qHoi51JhfjFY9mPUN7jLIT9AUxwWKLVoUH30JY65wNewfk8DwjrFYumUibdR I12u5k1tu4pRYxpj2JvfXjmWWmGD6Oe5MhWPPoKbth4exXiZSn5fGHUCNHVPEp6Oc078 te9DOad+E8i4Wx34Cyu1as/kXRJ6XoB5Z6JRA= MIME-Version: 1.0 Received: by 10.100.70.17 with SMTP id s17mr3144889ana.140.1265734289338; Tue, 09 Feb 2010 08:51:29 -0800 (PST) Date: Tue, 9 Feb 2010 09:51:29 -0700 Message-ID: <45ef89081002090851w6414f984h9a27a22d2a8a5b1@mail.gmail.com> Subject: Replication Flag "create_target":true From: Dan Smythe To: CouchDB Usergroup Content-Type: multipart/alternative; boundary=00163623a75db343e5047f2dba52 --00163623a75db343e5047f2dba52 Content-Type: text/plain; charset=ISO-8859-1 All -- In my testing, it appears that when "create_target":true is sent, CouchDB still does not create the target database. For Example: Host A: has the test suite databases. Host B: has no databases On Host A: curl -X POST -d "{\"source\":\"http://localhost:5984/test_suite_db \",\"target\":\"http://1.2.3.4:5984/test_suite_db\","create_target":true,"continuous":true}" http://localhost:5984/_replicate This fails with an error similar to: {"error":"case_clause","reason":"{error,{db_not_found,<<\" http://1.2.3.4:5984/test_suite_db/\">>}}"} Per http://wiki.apache.org/couchdb/Replication This should be working. I'm running CouchDB 0.10 with Lucene on CentOS. Any Ideas? --Dan --00163623a75db343e5047f2dba52--