Skip to content

Instantly share code, notes, and snippets.

@leemour
Last active December 17, 2015 18:29
Show Gist options
  • Save leemour/5653281 to your computer and use it in GitHub Desktop.
Save leemour/5653281 to your computer and use it in GitHub Desktop.
Copying development Sqlite DB to Heroku (Postgresql)
# Чтобы избежать ошибки Taps Server Error: PGError: ERROR: time zone displacement out of range надо изменить версию Ruby
rvm use 1.9.2-p320
heroku db:push
# OR
heroku db:push sqlite://db/development.db
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment