Hacker News new | ask | show | jobs
by jreposa 4795 days ago
For one of my apps it says that I'm not using a production ready database. I'm using Amazon RDS. How well will the DB add-ons integrate with this check?
2 comments

Hey, Heroku engineer here. Can you shoot me an email at jonathan [at] heroku [dot] com and I can take a look?
IIRC you actually have to remove the Heroku postgres DB for it to pass if you're running RDS.
This is correct. If there are no Heroku Postgres DBs, the test is skipped. If there are any, the test only passes if there is at least 1 production-tier database.