On Wed, Dec 3, 2008 at 10:54 PM, Ben <[EMAIL PROTECTED]> wrote: > I want to keep my data on a separate partition from the OS. I was wondering > what ways there are and what you would recommend in terms of doing that? >
I just set my local.ini with something like: [couchdb] database_dir = /path/to/var/lib/couchdb > 3. Is it possible to configure a per-database data dir, so I can keep my app > code and data in one place for each app that I have? Not currently. But the file names inside the data dir are based on the database name, so if you want that level of control you might use symlinks. -- Chris Anderson http://jchris.mfdz.com