From user-return-12692-apmail-couchdb-user-archive=couchdb.apache.org@couchdb.apache.org Thu Sep 16 09:11:43 2010 Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 88113 invoked from network); 16 Sep 2010 09:11:43 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Sep 2010 09:11:43 -0000 Received: (qmail 1843 invoked by uid 500); 16 Sep 2010 09:11:42 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 1473 invoked by uid 500); 16 Sep 2010 09:11:39 -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 1465 invoked by uid 99); 16 Sep 2010 09:11:39 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Sep 2010 09:11:39 +0000 X-ASF-Spam-Status: No, hits=0.7 required=10.0 tests=RCVD_IN_DNSWL_NONE,SPF_NEUTRAL,WEIRD_PORT X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [209.85.214.180] (HELO mail-iw0-f180.google.com) (209.85.214.180) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Sep 2010 09:11:34 +0000 Received: by iwn8 with SMTP id 8so1351494iwn.11 for ; Thu, 16 Sep 2010 02:11:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.145.1 with SMTP id b1mr3214933ibv.69.1284628270940; Thu, 16 Sep 2010 02:11:10 -0700 (PDT) Received: by 10.231.143.213 with HTTP; Thu, 16 Sep 2010 02:11:10 -0700 (PDT) In-Reply-To: References: Date: Thu, 16 Sep 2010 21:11:10 +1200 Message-ID: Subject: Re: searchable archive From: Dave Cottlehuber To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 On 16 September 2010 20:58, Tyler Gillies wrote: > Is there a searchable archive of the mailing list. Ted was such an > evangelist for mailing lists at CouchCamp. Too bad the apache mailing list > structure kinda sucks ;) > http://blog.gmane.org/gmane.comp.db.couchdb.user > secondly, anyone know how to use the _replicator database, i was messing > with it but i think i fried my couchone install I don't think there's a _replicate db on couchone.com yet as that's 1.0.1 only. And I don't recall a _fry API :-) Can you still get to futon? any curl http://your.couchone.com:5984/ ? Try POSTing _restart which IIRC for 1.0.1 will also drop any replication you've set up. More info @ http://wiki.apache.org/couchdb/Complete_HTTP_API_Reference cheers Dave