アプリをHerokuにプッシュしましたが、データベース(Sqlite3)の移行に失敗します。herokuがPGとして自動的に移行されることを理解しています。[PGをインストールしていません]。
何かがおかしいと思ったら、エラープロンプトが表示されます。
これが私の結果です:
pc-name$ heroku rake db:migrate --trace
(in /app)
** Invoke db:migrate (first_time)
** Invoke environment (first_time)
** Execute environment
** Execute db:migrate
** Invoke db:schema:dump (first_time)
** Invoke environment
** Execute db:schema:dump
また、私が作成しようとすると-
pc-name$ heroku rake db:create --trace
cwogwtvrpc already exists
(in /app)
** Invoke db:create (first_time)
** Invoke db:load_config (first_time)
** Invoke rails_env (first_time)
** Execute rails_env
** Execute db:load_config
** Execute db:create