janl / couchdbx-core

Package a CouchDB installation on Mac OS X with any Erlang and CouchDB version
89 stars 12 forks source link

Store couchdb databases outside CouchdbX app #4

Open nsteinmetz opened 15 years ago

nsteinmetz commented 15 years ago

To ease upgrade process from one version of CouchDBX to another one, it would be great it couchdb databases could be store outside CouchDBX

CodeSturgeon commented 15 years ago

Just go to 'configuration' in the tools (right hand side) of Futon, then change the 'database_dir' setting. I have it set to '/Users/myname/Document/CouchDB'. If you already have DBs setup you will need to copy all the .couch files to the new location.

nsteinmetz commented 15 years ago

Ok, thanks !

dustin commented 15 years ago

There's a standard location for such things. Might be good to make use of this:

~/Library/Application Support/CouchDBX for example.