mysql - is it possible to specify the IP address for a second database connection on heroku -
mysql - is it possible to specify the IP address for a second database connection on heroku -
i have heroku app , utilize heroku postgres main repo. want access sec database in read manner info hosted on 3rd party. have seen reply multiple databases here doesn't solve our static ip issue: how utilize multiple databases 1 rails 3.1 app in heroku? (ie second_database_url). should mention read much of active record infrastucture irrelevant.
we want create connection, hash , inert locally (never doing migrations against sec database), etc...
however, read-only user going create needs ip address. there way me static ip or proxy these mysql requests easily?
i have seen quotaguard static looks http requests. or utilize in scenario.
thx
mysql ruby-on-rails heroku
Comments
Post a Comment