|
|
|
|
|
by danpalmer
1233 days ago
|
|
They deleted the database. On Heroku, databases and dynos are completely distinct entities, each with their own payment plans. When you set up a dyno and “add” a database, as most people do, it’s really easy to think that they are part of the same plan, and conclude that the “pro” or paid dyno is actually the combo of the dyno and database. They are not. I understand why they did this, databases can be shared between applications, that’s handy, but this is a sharp edge. |
|