Return-Path: Delivered-To: apmail-couchdb-user-archive@www.apache.org Received: (qmail 91252 invoked from network); 2 Dec 2010 03:50:06 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 2 Dec 2010 03:50:06 -0000 Received: (qmail 3032 invoked by uid 500); 2 Dec 2010 03:50:05 -0000 Delivered-To: apmail-couchdb-user-archive@couchdb.apache.org Received: (qmail 2740 invoked by uid 500); 2 Dec 2010 03:50:05 -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 2732 invoked by uid 99); 2 Dec 2010 03:50:04 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Dec 2010 03:50:04 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [220.246.37.245] (HELO mail.squirrel-systems.com) (220.246.37.245) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 02 Dec 2010 03:49:58 +0000 Received: from [192.168.2.4] (cashew.squirrel [192.168.2.4]) by mail.squirrel-systems.com (Postfix) with ESMTP id DA3DA4845EE for ; Thu, 2 Dec 2010 11:49:36 +0800 (HKT) Subject: CouchDB: where does it store it's data? From: Wouter van Marle To: user@couchdb.apache.org Content-Type: text/plain; charset="UTF-8" Date: Thu, 02 Dec 2010 11:49:24 +0800 Message-ID: <1291261764.13170.32.camel@wouter-desktop> Mime-Version: 1.0 X-Mailer: Evolution 2.28.3 Content-Transfer-Encoding: 7bit Dear list, The other day I updated an Ubuntu 10.04 system, and one of the results is that Evolution's couchdb address book broke totally. The error it gives: address book file does not exist. Now I've been looking into couchDB, and trying to find where it locates its files. From various points it seems it should be in /var/lib/couchdb but that very dir doesn't exist. I have done "locate couchdb" but it doesn't find anything outside the /usr and /etc trees with such a name, and that are not the places to store user data. Also nothing in /home or /var. Logs also do not exist, and no 'couchdb' to be found grepping all logs. On another computer I created a test couchdb address book, which as of this writing still works. But also on this computer I can not find the couchdb database files. Where should I look for them? Or how to otherwise recover this address book? Wouter.