sysadminmike

Results 27 comments of sysadminmike

_restart_feed - needs feed name _kill_feed - needs feed name set feed alive to false - watchdog will then sort it out _restart _set_initial-since - ie UPDATE since_checkpoints table SET...

Not sure this project can help with that but suspect you would need to look at adding a trigger to postgres table for when row inserted/updated/deleted and then use something...

rename checkpoint_settings to feed_settings

sorry im not clear on your question if you mean can it sync postgres as the source db then no you can use the postgres http extension to populate a...

Im not sure there is a simple method to do multi-master replication with postgres - this is the reason we chose couchdb as our datasource - we were using solr...

sure ask away - btw i have released an npm: https://www.npmjs.com/package/couch-to-postgres so should make life simpler to install with: npm i couch-to-postgres

Hi What happens if you try to install with npm on the server rather than copying it? npm -i couch-to-postgres Also what version of couch are you using as I...

It does look like its running but it looks like the following of the couch changes feed is timeing out for some reason - Im not really sure what is...

One thing to try is using the daemon.js instead of the index.js - the index.js one was just an example of how to use the library and daemon.js is probably...

It may be worth just trying the Follow npm by itself with a simple script which just prints stuff on the console https://www.npmjs.com/package/follow - perhaps just see what happens with...