Here is the command line I use to start couch.

/root/build-couchdb/build/bin/couchdb -n \
-a /ria/etc/db/default.ini \
 -a /ria/etc/db/local.ini \
-p /mnt/db/couch.pid \
 -o /mnt/db/couch.stdout \
-e /mnt/db/couch.stderr \
 -R -b -r 0 &

  A `ps aux` command shows this is the only version of couch running.  This
is the resulting config chain ...

$ couchdb -c
/root/build-couchdb/build/etc/couchdb/default.ini
/root/build-couchdb/build/etc/couchdb/local.ini

The running version of couch is using this wrong config.  What am I doing
wrong?

I am using couch 1.1.1 on Ubuntu 10.04.3.

Reply via email to