7 ms·
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?
by jreposa 13y 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?
- jclem 13y agoHey, Heroku engineer here. Can you shoot me an email at jonathan [at] heroku [dot] com and I can take a look?
- moriya 13y agoIIRC you actually have to remove the Heroku postgres DB for it to pass if you're running RDS.
- jclem 13y agoThis 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.