pouchdb / pouchdb-server

CouchDB-compatible server built on PouchDB and Node
Apache License 2.0
944 stars 155 forks source link

Where is pouchdb-server storing data? Even custom data dir arg is not respected #477

Open iamsmkr opened 2 months ago

iamsmkr commented 2 months ago

When I start pouchdb-server, I don't see any data directories either being created on the current directory or on a specified path!

This is how I am trying to start the server: https://github.com/pubkey/rxdb/blob/master/examples/react/package.json#L28

Not sure what am I doing wrong here? Exactly what the docs mention!

-d, --dir Where to store database files. (Defaults to /_config/couchdb/database_dir which defaults to the current directory).

I even tried changing the configurations from the web UI but even that doesn't take any effect:

image

Please suggest.