I'm working on a simple Rails (activeRecord based) application, and i'm testing in locally.
Now it's time to move online, but... do i need to insert all the records again in the app's db? I hope not!
Do you know a if is it possible to make a copy of my entire local db and import it in heroku?
Thanks!
Heroku provides three managed data services to all customers: Heroku Postgres. Heroku Redis.
erm, using the Heroku CLI
heroku db:push
job done, built into Heroku - will magically transpose your local DB whether it be sqlite, mysql, postgres to Heroku's shared postgresql db.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With