I currently changed my ActiveRecord
schema format to :sql
and when migrating (rake db:migrate
), I get the following error with no real explanation as to what is wrong:
$ bundle exec rake db:migrate
rake aborted!
Error dumping database
Tasks: TOP => db:structure:dump
(See full trace by running task with --trace)
I'm using Rails 4.2.4 and PostgreSQL 9.4.