11:08:53 Should the _replicator database have 0 documents? 11:41:30 Innteresting... I am loading the audio prompt attachment from fauxton and couchdb is returning a 401 even though I specified the user. I only mess with couchdb on a very limited basis. Shouldn't I be able to download the wav attachment by calling it directly via curl while specifying the database admin credentials? 14:54:22 Ysean: yes, it stores it as an attachment inside couchdb 14:55:33 If you're getting 200 OK'd on one DB node, and 404 on another, there's something (possibly) wrong with your replication? 14:58:59 To get the attachment via couch directly, you need to GET /db/doc/attachmentName. eg; /06/bb/{accountid}/{documentid}/vm-enter_new_pin.wav 15:01:23 for system media, you need to make sure prompts are set up: sup kazoo_media_maintenance import_prompts /opt/kazoo/sounds/en/us/ 15:02:34 doc relating to system prompts: https://docs.2600hz.com/kazoo_dev/doc/internationalization/prompts/ 16:38:20 Moosable, yup.. I did all that. 16:38:50 That's why I suspect a replication issue as well. Can someone give me an example of what the _replication should look like? 16:43:06 er _replicator 16:56:56 well, that's interesting. It seems I never actually configured the bigcouch nodes to cluster on this instance. 16:56:57 GAH 16:57:12 s/bigcouch/couchdb 17:18:33 Question... it slooks like the local.ini configs weren't updated for the cluster config... can I leave q=1 while setting r=2, w=2 and n=3 without negatively impacting the databases? 17:19:14 I have a feeling I'm going to be feeling some pain to make this right no matter what I do. 22:39:44 q=1 should be fine 22:42:22 Unless you suddenly need 12 nodes and you want to fragment the db across nodes for performance 22:43:23 But you can always set up a new cluster and copy/replicate data into the new cluster