OpenTransitTools / gtfsdb

GTFS ORM using SQLAlchemy
Mozilla Public License 2.0
160 stars 45 forks source link

Providing password #19

Closed russellhoff closed 7 years ago

russellhoff commented 7 years ago

I've tried to upload a GTFS to my Amazon AWS RDS Instance (PostgreSQL). Unfortunately, an error was thrown, as no password was supplied in the command line. I've looking for any parameter to provide the password, but there isn't. Is there any chance this could be resolved? Thank you so much!

mwferris commented 7 years ago

Hi @russellhoff, to get around this you should configure your pg_hba.conf file to TRUST. This isn't a gtfsdb issue.

For more information see https://www.postgresql.org/docs/9.3/static/auth-pg-hba-conf.html