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 3719B9BBD for ; Tue, 3 Jan 2012 16:24:17 +0000 (UTC) Received: (qmail 85593 invoked by uid 500); 3 Jan 2012 16:24:15 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 85558 invoked by uid 500); 3 Jan 2012 16:24:15 -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 85550 invoked by uid 99); 3 Jan 2012 16:24:15 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2012 16:24:15 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of petevg@gmail.com designates 74.125.82.180 as permitted sender) Received: from [74.125.82.180] (HELO mail-we0-f180.google.com) (74.125.82.180) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 03 Jan 2012 16:24:09 +0000 Received: by werp11 with SMTP id p11so11125460wer.11 for ; Tue, 03 Jan 2012 08:23:47 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type:content-transfer-encoding; bh=LStODmEMvHqr1M56wGZq+GOicAQFUqT6f/n7BsXBAVY=; b=pDx66p8t/4GDb0zwXOKSNTsv/9kAba5v+FIU8hd8g4b4SgxZI0CZPv1I5I2S2sAHOf UvjhAr8Nqhsz2WA1dbDsxj3LV1rKjCxLFGiD8oVcpfqZo9y3IIORwKLgXjufX1H1L/Aq /wVNTcll/XCmIUvj/uJ1JVn1W8kq8PUCLOvuY= Received: by 10.216.134.156 with SMTP id s28mr34876177wei.12.1325607827832; Tue, 03 Jan 2012 08:23:47 -0800 (PST) MIME-Version: 1.0 Received: by 10.223.96.129 with HTTP; Tue, 3 Jan 2012 08:23:24 -0800 (PST) In-Reply-To: <4F0216F0.2030502@gmail.com> References: <4F0216F0.2030502@gmail.com> From: Pete Vander Giessen Date: Tue, 3 Jan 2012 08:23:24 -0800 Message-ID: Subject: Re: upgrade on windows To: user@couchdb.apache.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable > ... =A0My main reason for wanting to upgrade is that I am currently unabl= e > to _replicate design documents along with the rest of the database > (regardless of where and how many times I supply the relevant admin > passwords...). Dave covered things thoroughly (as usual), but wanted to add one small note. If you're in admin party on your Windows db for some reason, you'll still need to provide a user_ctx with admin privileges for the Windows db. The following will work: '{"name":"admin","roles":"_admin"}'. You can pass that as a "user_ctx" param in you replication request. ~ PeteVG