I am trying to use rubyrep to just scan between two databases and am getting the following error:
Exception caught: PG::ConnectionBad: connection is closed: show search_path
- rubyrep gem is 1.2.0
- pg gem is 0.17.1
- ruby 2.1.5
I have verified that from the command line (psql) I can connect and select from the databases. Any ideas?