Hacker News new | ask | show | jobs
by willlll 4826 days ago
Addon providers (of which heroku postgres is) can change the the config var they set at any time. Simply copy-and-pasting creds from one app to another will leave the second app broken when those creds are changed.
1 comments

Heroku Postgres is now a standalone product (You can purchase postgres databases without a heroku app) so they won't change the URI for a database out from under you.
For the standalones we give more warning, sure. But not for the ones attached to apps.