Return-Path: X-Original-To: apmail-couchdb-user-archive@www.apache.org Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 021918C85 for ; Sat, 3 Sep 2011 17:20:20 +0000 (UTC) Received: (qmail 12051 invoked by uid 500); 3 Sep 2011 17:20:18 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 11883 invoked by uid 500); 3 Sep 2011 17:20:17 -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 11875 invoked by uid 99); 3 Sep 2011 17:20:17 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Sep 2011 17:20:17 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS,T_TO_NO_BRKTS_FREEMAIL X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of kowsik@gmail.com designates 209.85.213.180 as permitted sender) Received: from [209.85.213.180] (HELO mail-yx0-f180.google.com) (209.85.213.180) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 03 Sep 2011 17:20:13 +0000 Received: by yxi11 with SMTP id 11so2450111yxi.11 for ; Sat, 03 Sep 2011 10:19:52 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=jGQnwxdTg3CVMuG7T6koBAKKRFT/HGCoTFtkqO20a/4=; b=PaBgdInD33zPaPjW10807JzNpl8a74VkBf9PzYX3856vmfJelcCRI/4XmrxncDjpUo lwcPdjAH4tb4oittSI0dHatiLoPyFin+wHC0BJMGvvOnjGedXCnQWG1V5dogOOHkPai4 9DhAGbUHPm4k3CZf5E3eHWIM19/t2jVf8Zv9g= MIME-Version: 1.0 Received: by 10.68.12.161 with SMTP id z1mr1984399pbb.57.1315070392105; Sat, 03 Sep 2011 10:19:52 -0700 (PDT) Received: by 10.68.42.228 with HTTP; Sat, 3 Sep 2011 10:19:52 -0700 (PDT) In-Reply-To: References: Date: Sat, 3 Sep 2011 10:19:52 -0700 Message-ID: Subject: Re: Design docs not replicating... From: kowsik To: user@couchdb.apache.org Content-Type: text/plain; charset=UTF-8 Thanks, I forgot about the '_' - The roles had to be [ "_admin" ] not [ "admin" ]. Works now. K. On Sat, Sep 3, 2011 at 10:05 AM, Martin Hewitt wrote: > Are there any authentication/non-authenticated error codes being returned when the replication process tries to copy the design docs? > > I had to start replication with http://username:password@source/database and http://username:password@target/database to get the design docs to copy across. > > Martin > > On 3 Sep 2011, at 18:01, kowsik wrote: > >> Just spun up a new CouchDB and added [ source, target and continuous ] >> to the _replicator doc to pull the docs from an existing instance. >> Replication works beautifully except the design docs are getting >> pulled over. Anybody seen anything like this? >> >> Thanks, >> >> K. >> --- >> http://blog.mudynamics.com >> http:/blitz.io >> @pcapr > >