From dev-return-7857-apmail-couchdb-dev-archive=couchdb.apache.org@couchdb.apache.org Thu Dec 31 04:35:59 2009 Return-Path: Delivered-To: apmail-couchdb-dev-archive@www.apache.org Received: (qmail 69706 invoked from network); 31 Dec 2009 04:35:59 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 31 Dec 2009 04:35:59 -0000 Received: (qmail 83068 invoked by uid 500); 31 Dec 2009 04:35:59 -0000 Delivered-To: apmail-couchdb-dev-archive@couchdb.apache.org Received: (qmail 82892 invoked by uid 500); 31 Dec 2009 04:35:57 -0000 Mailing-List: contact dev-help@couchdb.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@couchdb.apache.org Delivered-To: mailing list dev@couchdb.apache.org Received: (qmail 82868 invoked by uid 99); 31 Dec 2009 04:35:57 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Dec 2009 04:35:57 +0000 X-ASF-Spam-Status: No, hits=-10.0 required=5.0 tests=AWL,BAYES_00,FS_REPLICA,RCVD_IN_DNSWL_HI X-Spam-Check-By: apache.org Received: from [140.211.11.140] (HELO brutus.apache.org) (140.211.11.140) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 31 Dec 2009 04:35:50 +0000 Received: from brutus.apache.org (localhost [127.0.0.1]) by brutus.apache.org (Postfix) with ESMTP id 75135234C045 for ; Wed, 30 Dec 2009 20:35:30 -0800 (PST) Message-ID: <1842757384.1262234130474.JavaMail.jira@brutus.apache.org> Date: Thu, 31 Dec 2009 04:35:30 +0000 (UTC) From: "Steven Olson (JIRA)" To: dev@couchdb.apache.org Subject: [jira] Resolved: (COUCHDB-607) Wiki: "How_to_replicate_a_database" Startup command wrong In-Reply-To: <1084771472.1262231729916.JavaMail.jira@brutus.apache.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 7bit X-JIRA-FingerPrint: 30527f35849b9dde25b450d4833f0394 [ https://issues.apache.org/jira/browse/COUCHDB-607?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Steven Olson resolved COUCHDB-607. ---------------------------------- Resolution: Fixed I didn't realize that I could make the change to the wiki myself. > Wiki: "How_to_replicate_a_database" Startup command wrong > ---------------------------------------------------------- > > Key: COUCHDB-607 > URL: https://issues.apache.org/jira/browse/COUCHDB-607 > Project: CouchDB > Issue Type: Bug > Environment: Ubuntu Karmic > Reporter: Steven Olson > Original Estimate: 0.25h > Remaining Estimate: 0.25h > > The command listed to start up the databases is listed: > ; Start using: > ; couchdb -c /usr/local/etc/couchdb/default.ini -c local1.ini > It should be: > ; Start using: > ; couchdb -a /usr/local/etc/couchdb/default.ini -a local1.ini > Seems minor, but it can be a show stopper! I could fix this if I had rights to the Wiki -- This message is automatically generated by JIRA. - You can reply to this email to add a comment to the issue online.