Morgan Hayes
Morgan Hayes
> 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...
So i have downloaded a new folder of couch-to-postgres from git ran "npm install" on the new folder. adjusted index.js and this is what i get when i start it...
When is is running (and not syncing) I get this about every 30sec: follow:http://administrator:[email protected]:5984/tcsmaster:debug Req 2021-03-29T17:08:04.083Z made no changes for 30s +30s follow:http://administrator:[email protected]:5984/tcsmaster:debug Stop +0ms follow:http://administrator:[email protected]:5984/tcsmaster:debug Destroying req 2021-03-29T17:08:04.083Z +2ms...
I was wondering if it works on a machine that is not the database machine but I do not want it running on a desktop, maybe have it run on...
When i run daemon.js after setting config I get : PG_WATCHDOG: reconnecting on my desktop I get: PG_WATCHDOG: OK WATCHDOG: Started WATCHDOG: Checking example WATCHDOG: example ok PG_WATCHDOG: OK The...
yes, I do not see it as a session in PG. I do see my desktop as a session. I would assume the pass would the same as the one...
I have installed postbird on a neighboring VM server and connects just fine to PG. On this same server I cannot get couch-to-postgres to work. Any more ideas? Thanks Morgan
I was thinking something similar. I was looking at pg_hba yesterday and not sure what it should be. here is what I have, do you know how I should change...
I tried but did not work: #IPv4 local connections: host all all 127.0.0.1/32 trust host all all 0.0.0.0/0 trust
I am not getting the log of "Connected to postgres" from the index.js code. In the part with "pgclient.connect(function(err) {" on my desktop I get: Connected to postgres couch_import: initial...