Re: [GENERAL] ruby pg connection fails on centos - okay on debian and dev machine

2016-05-04 Thread Adrian Klaver
On 05/04/2016 05:26 AM, john.tiger wrote: On 05/03/2016 06:18 PM, Adrian Klaver wrote: On 05/03/2016 05:07 PM, john.tiger wrote: our model.rb runs fine on a dev machine and a debian server but is failing on a new centos server - checked the postgres db name and user name and password - all see

Re: [GENERAL] ruby pg connection fails on centos - okay on debian and dev machine

2016-05-04 Thread john.tiger
On 05/03/2016 06:18 PM, Adrian Klaver wrote: On 05/03/2016 05:07 PM, john.tiger wrote: our model.rb runs fine on a dev machine and a debian server but is failing on a new centos server - checked the postgres db name and user name and password - all seem fine The error message is? could it

Re: [GENERAL] ruby pg connection fails on centos - okay on debian and dev machine

2016-05-03 Thread Adrian Klaver
On 05/03/2016 05:07 PM, john.tiger wrote: our model.rb runs fine on a dev machine and a debian server but is failing on a new centos server - checked the postgres db name and user name and password - all seem fine The error message is? could it be: host => "localhost" or maybe CORS ? CO

Re: [GENERAL] ruby pg connection fails on centos - okay on debian and dev machine

2016-05-03 Thread Joshua D. Drake
On 05/03/2016 05:07 PM, john.tiger wrote: our model.rb runs fine on a dev machine and a debian server but is failing on a new centos server - checked the postgres db name and user name and password - all seem fine could it be: host => "localhost" or maybe CORS ? What do the PostgreSQL log

[GENERAL] ruby pg connection fails on centos - okay on debian and dev machine

2016-05-03 Thread john.tiger
our model.rb runs fine on a dev machine and a debian server but is failing on a new centos server - checked the postgres db name and user name and password - all seem fine could it be: host => "localhost" or maybe CORS ? -- Sent via pgsql-general mailing list (pgsql-general@postgresql.org)