Couchdb logging

2016-07-11 Thread Michael Power
ion of the request? Michael Power Software Architect EloTouch Solutions

Couchdb 1.x and 2.x partitions

2016-02-03 Thread Michael Power
. Is there a way I can hide the partitions from the clients? Michael Power

Re: TLS client certificates internal error

2015-12-08 Thread Michael Power
gt;'odd'. > >-- >Tom > >On 08/12/15 01:58, Michael Power wrote: >> I am trying to get couchdb to work with client certificates. I can’t seem >> to get it to work. I am getting an internal error from couchdb. >

Re: TLS client certificates internal error

2015-12-08 Thread Michael Power
M, "Alexander Shorin" wrote: >On Tue, Dec 8, 2015 at 7:49 PM, Michael Power > wrote: >> Erlang (SMP,ASYNC_THREADS,HIPE) (BEAM) emulator version 5.10.4 > >Is this Erlang R16B03 or R16B03-1? That's important since the latter >has the same erts version while contains

Re: TLS client certificates internal error

2015-12-08 Thread Michael Power
>error line in CouchDB logs you posted here? > >Few else thoughts: >isn't this Ubuntu openssl bug? >http://serverfault.com/questions/389197/ssl-routinesssl23-writessl-handshake-failure > >-- >,,,^..^,,, > > >On Tue, Dec 8, 2015 at 4:58 AM, Michael Power &g

TLS client certificates internal error

2015-12-07 Thread Michael Power
anguages and environments. . This package adds the Upstart job and other items needed for a system-wide CouchDB instance that is started at boot. Homepage: http://couchdb.apache.org/ Original-Maintainer: Laszlo Boszormenyi (GCS) What do I need to do to enable client certificates? Michael Power

CouchDB choose winning conflict within view

2015-11-09 Thread Michael Power
as a conflict resolution? Michael Power

Re: Couchdb Attachments architecture

2015-09-25 Thread Michael Power
Has anyone looked into the performance of attachments as the DB increases in size? From my reading, npm needed to move away from couchdb attachments. Its not clear to me if that was due to performance issues, replication issues, or administrative issues with the very large db file. On 9/

Re: Couchdb Attachments architecture

2015-09-17 Thread Michael Power
Looks like there is interest in it, but nothing concrete, maybe something in the works. I’ll have to see how long we can continue running on attachments through couchdb and plan a migration. Michael Power

Couchdb Attachments architecture

2015-09-16 Thread Michael Power
attachment capabilities of couchdb. I was wondering if future versions of couchdb are going to address the limitations of attachments. Are there any plans to enable storing attachments outside the primary db file? Does the answer remain, don’t store blobs in DBs. Michael Power

Re: Couchdb for android

2015-06-16 Thread Michael Power
th native solutions. All other >> features worked fine. >> So, technically, someone could take this work on support, but it will >> loose native solutions like Cloudant Sync or Couchbase Lite (former >> TouchDB) by all points except "it's native CouchDB". >&

Couchdb for android

2015-06-16 Thread Michael Power
it work on android we would have to continue to support. Puts a larger barrier to adoption verses something like SQLLite. Michael Power

Re: Couchdb db and view replication

2015-03-25 Thread Michael Power
admin _design docs (including views) are also >replicated > > >2015-03-25 18:14 GMT+01:00 Michael Power : > >> We are trying to setup couchdb replication from one couchdb instance to >> the other with a master slave style configuration. We want to be able to >> swi

Couchdb db and view replication

2015-03-25 Thread Michael Power
automatically. But when replication happens the views do not get replicated. Thus we would not be able to switch from master to slave when the master goes down. Is it possible to include the views in the replication? Michael Power

Re: Couchdb flush to disk

2015-03-20 Thread Michael Power
I thought the hidden files might explain the loss of the view. Interestingly we lost a view in the design document, but not the design document itself. We used the following script to do a backup: sudo tar -cf $DIRECTORYPATH/$COUCHDBFOLDER/$FILENAME.tar /etc/couchdb/ sudo tar -rf $DIRECTORYPA

Re: Couchdb flush to disk

2015-03-20 Thread Michael Power
We saw the loss of a view/index when we did a filesystem backup. Are the indexes stored in a different place on the filesystem then the data? On 3/19/15, 12:32 PM, "Jan Lehnardt" wrote: > >> On 19 Mar 2015, at 19:51, Michael Power wrote: >> >> Is there a way

Couchdb flush to disk

2015-03-19 Thread Michael Power
Is there a way we can ask couchdb to flush to disk and block all writes. We would like to get the disk in a consistent state and do a disk based backup. Is this possible? The actual backup takes milliseconds we just need the disk in a consistent state for those milliseconds. Michael Power

Migrating couchdb data from one version to another

2015-02-24 Thread Michael Power
couchdb database? I was looking for a couchdb equivalent for mybatis migrations http://mybatis.github.io/migrations/. ⌘Michael Power michael.po...@elotouch.com<mailto:michael.po...@elotouch.com>