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!
No need – just update the
DATABASE_URLconfig var on your new app with that of the old one.