Reputation: 11757
I have an app running on heroku. This app has a database, I need to move this database from one app to an other app. I was thinking in creating a backup, and then uploading that backup into the new app but I'm sure there must be something easier to do but I can't find how to do it!
My db is the 9 dolar/month, the basic one...
Thanks!
Upvotes: 0
Views: 49
Reputation: 22240
No need - just update the DATABASE_URL
config var on your new app with that of the old one.
Upvotes: 1