ruby-on-rails-3postgresql

Postgres error "invalid value for parameter "TimeZone": "UTC""


Jupitor$ bundle exec rake db:create db:migrate
APP_development already exists
rake aborted!
PG::Error: ERROR:  invalid value for parameter "TimeZone": "UTC"
: SET time zone 'UTC'

I keep getting this error when trying to migrate to my postgres database. help would be much appreciated!


Solution

  • I had the same problem using the Postgres.app from Heroku. Rebooting my Mac solved it.