1

In Heroku, is it possible to have more than one "production" Postgres database? In other words, let's say that (for whatever reason), I want to have both a "crane" instance and a "kappa" instance. It sure seems like Heroku would be happy to let me give them the money :) but, it doesn't want to seem to let me do this. Am I missing something? Is it the new dashboard/UI that's not letting me? Do I have to create a separate app for the new db?

4

1 に答える 1

0

はい、複数の本番データベースをプロビジョニングできるはずですが、構成名のCOLORによって区別されます。2つ追加するには、次のようにします。

heroku addons:add heroku-postgresql:crane
heroku addons:add heroku-postgresql:kappa
于 2012-09-17T23:27:23.147 に答える