Last active
December 17, 2015 18:29
-
-
Save leemour/5653281 to your computer and use it in GitHub Desktop.
Copying development Sqlite DB to Heroku (Postgresql)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Чтобы избежать ошибки 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