Questions tagged [couchdb-3.x]
9 questions
3
votes
1 answer
creating new user in couchdb 3 without admin password
I just downloaded and installed CouchDB v3.
On first start, it prompted me to set an admin password which I did.
For the web app that I'm building, I want to use the CouchDB user authentication feature, so I created a new _users database using the…

snorpey
- 2,327
- 3
- 18
- 28
2
votes
2 answers
CouchDB change bind_address without using Fauxton
I would like to update the bind address of my CouchDB v3.1.0 instance (note: installed on Windows 10).
I would like to do so without using the Web UI (Fauxton).
Here is what I am doing:
Opening C:\CouchDB\etc\local.ini in a text editor
Within the…

Intrastellar Explorer
- 3,005
- 9
- 52
- 119
1
vote
1 answer
timeout with couchdb mapReduce when database is huge
Details:
Apache CouchDB v. 3.1.1
about 5 GB of twitter data have been dumped in partitions
Map reduce function that I have written:
{
"_id": "_design/Info",
"_rev": "13-c943aaf3b77b970f4e787be600dd240e",
"views": {
"trial-view": {
…

Ankita
- 159
- 1
- 3
- 10
1
vote
1 answer
CouchDB 3.1 Installer - unknown publisher
I have just gone to https://couchdb.apache.org/ to get the latest CouchDB binary (upgrading from 2.2).
However, the download link redirects me to an organisation called Neighbourhoodie - a CouchDB services & consultancy firm (which was unexpected,…

Bob Gear
- 174
- 1
- 3
- 13
1
vote
3 answers
Can I use CouchDB's new partitioned databases to only replicate a specific partition?
I'm super excited about CouchDB 3, especially the Partitioned Database feature. I would like to set up something similar to envoy, where you have one database that syncs to many smaller databases.
I was wondering, what's the best way to implement…

Mike Zak
- 105
- 7
0
votes
1 answer
Cannot connect CouchDB 3.3.2 with Clauseau 2.21.5
I'm running Ubuntu 22.04 with CouchDB 3.3.2 and trying to marry couch to Clauseau 2.21.5.
All installation seems to be according to the guides. However, whenever I run
curl http://127.0.0.1:5984
I'm getting the following in the Clauseau…

AVK
- 645
- 9
- 22
0
votes
0 answers
unable to replicate data from couchdb docker image to localhost couchdb. but replication is completed from localhost couchdb to docker image
I am currently working on a hyper ledger fabric. fabric use CouchDB docker image to store data. I want to store that CouchDB data into my local host CouchDB. At that time I am facing this issue. I am working from wsl2 with the ubuntu subsystem. the…
0
votes
1 answer
Users can't be authenticated for _session
I'm facing a very odd problem that I can't use any user inside (_users) database to create a session through the route (/_session). It's always giving me error (bad credentials). It used to work fine in couchdb 1.6.1
For normal couchdb…

Aproram
- 348
- 1
- 3
- 16
0
votes
1 answer
creating a selector for document's name
I am using CouchDB v3.1.0 and am trying to create a selector for /{db}/_find to find documents named "foobar".
In the docs section 1.3.6.1.1 Selector Basics, there are several mentions of a $title:
"selector": {
"$title": "Live And Let…

Intrastellar Explorer
- 3,005
- 9
- 52
- 119