Andres
Andres

Reputation: 11757

Move one pg database from one app to an other app in heroku

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

Answers (1)

Neil Middleton
Neil Middleton

Reputation: 22240

No need - just update the DATABASE_URL config var on your new app with that of the old one.

Upvotes: 1

Related Questions