transporter icon indicating copy to clipboard operation
transporter copied to clipboard

init : adaptor 'postgresql' did not provide a sample config

Open snowch opened this issue 7 years ago • 2 comments

Bug report

$ ./transporter-0.4.0-rc.1-darwin-amd64 init postgresql rabbitmq
Writing pipeline.js...
adaptor 'postgresql' did not provide a sample config

Relevant pipeline.js:

pipeline.js was empty

System info:

  • 0.4.0-rc.1
  • OS/X 10.12.4

Reproducible Steps:

  1. ./transporter-0.4.0-rc.1-darwin-amd64 init postgresql rabbitmq

What did you expect to happened?

Expected a pipeline.js to be created and populated.

What actually happened?

pipeline.js was created but not populated.

snowch avatar Jun 28 '17 07:06 snowch

I was reading the README in the repo top to bottom. The list of adapters shows 'postgresql'. After reading further down the page, I see the transporter about which shows 'postgres'.

Maybe the transporter about section of the README should be moved before the transporter init section?

snowch avatar Jun 28 '17 07:06 snowch

thanks for the report, what you've suggested makes sense and any references to postgresql should be changed to postgres for consistency/accuracy

jipperinbham avatar Jun 28 '17 13:06 jipperinbham