2015年8月頭時点
ecto.drop とか、 ecto.create すると以下のようなエラーが出ます。
$ heroku run mix ecto.drop Running `mix ecto.drop` attached to terminal... up, run.6653 ** (Mix) The database for Your.Repo couldn't be dropped, reason given: "Error: You must install at least one postgresql-client- package.\n".
けれど、特に無視してよくて、そのまま ecto.migrate をしてあげれば良いです。
何かと思った。