Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 84558 invoked from network); 27 Jul 2010 06:08:38 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 27 Jul 2010 06:08:38 -0000 Received: (qmail 88173 invoked by uid 500); 27 Jul 2010 06:08:37 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 87687 invoked by uid 500); 27 Jul 2010 06:08:33 -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 87671 invoked by uid 99); 27 Jul 2010 06:08:32 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jul 2010 06:08:32 +0000 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=FREEMAIL_FROM,RCVD_IN_BL_SPAMCOP_NET,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of aluxob@googlemail.com designates 209.85.161.52 as permitted sender) Received: from [209.85.161.52] (HELO mail-fx0-f52.google.com) (209.85.161.52) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 27 Jul 2010 06:08:25 +0000 Received: by fxm8 with SMTP id 8so601472fxm.11 for ; Mon, 26 Jul 2010 23:08:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=domainkey-signature:received:received:message-id:from:to :in-reply-to:content-type:content-transfer-encoding:x-mailer :mime-version:subject:date:references; bh=XBtSGdZ5KjBLSPnkaFPMU/78/BhbDy2+u7Dj4QHZjEI=; b=NQOeR4h/VY3O8Un06pVI0aOUmdgs84s1Z54lhN1dllgadZc3dCxa8x4tPbGMRa2dKS RVqhzjmvZPXAugRxO8ouWKTiHrn/EliphYcr9Fh99g9HtO5Ky7C3CsLy547xBIGY2V8e OpX4BbNf849mNDMFUkTvVifokZ4xTNI46E1bw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=googlemail.com; s=gamma; h=message-id:from:to:in-reply-to:content-type :content-transfer-encoding:x-mailer:mime-version:subject:date :references; b=PsIpPlrBL6X5Y8CuH8MQ8Y3Au5JYW2ooJJJA8D7qHd7X59AwTIHJeoJAGH80Av2DHF 7ju4Xm2ejXhTjGaejkNZT+znTdWKU2SvdSU0oJyWSCPLn1oyZdP4bPy/+SkUVsizsKpt T7khOvb59RyAQWtya+eWr8Rh7l18GjQ0Ald58= Received: by 10.223.126.71 with SMTP id b7mr7372911fas.97.1280210885085; Mon, 26 Jul 2010 23:08:05 -0700 (PDT) Received: from [10.216.71.185] (tmo-109-57.customers.d1-online.com [80.187.109.57]) by mx.google.com with ESMTPS id 14sm1761351fav.2.2010.07.26.23.08.02 (version=TLSv1/SSLv3 cipher=RC4-MD5); Mon, 26 Jul 2010 23:08:03 -0700 (PDT) Message-Id: From: Alux To: "user@couchdb.apache.org" In-Reply-To: Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes Content-Transfer-Encoding: 7bit X-Mailer: iPhone Mail (7E18) Mime-Version: 1.0 (iPhone Mail 7E18) Subject: Re: How to update to 1.0 Date: Tue, 27 Jul 2010 08:06:58 +0200 References: X-Virus-Checked: Checked by ClamAV on apache.org Thank you Dave, I will try this today. Btw, if you use Windows too, I remember the test suite was assumed to fail erratically in 0.11 still. I haven't seen anywhere that this has changed for 1.0. Thank you again, alux Am 26.07.2010 um 22:26 schrieb Dave Cottlehuber : > Hi Alux > > assuming you're installed into %couch% - e.g. c:\program files > \CouchDB\ > > %couch%\etc > %couch%\var > > this is sufficient. > > I would recommend you actually backup these files, uninstall CouchDB, > & then re-install, run test suite, & once OK, move in your DBs and > your local.ini changes. > > This avoids leftover crud such as erts-5.7.3 and R13B02 components. > > If you're using the 1.0.0 binary installer there appear to be some > problems - I've just done the upgrade, my development couch runs fine > (very low load) but I am getting crashes during test suite for > example: > - test suite crashes during delayed_commits & stats > I'm still working through a fully compiled build to see if I get the > same issues. > > YMMV > > cheers > Dave > > On 27 July 2010 02:47, Alux wrote: >> Hello, >> >> I use CouchDB 0.11.0, and want to update to 1.0, keeping my DBs of >> course. >> To not make it too easy - I have to use Windows XP. >> >> Is there any description, or hint I can use? >> >> My hypothesis is just to make a backup of config files and >> ..\var\lib\couchdb - but I'm not sure. >> >> Many thanks, alux >>