Heroku PG restore direct from one app to another app
heroku pg:copy app1::DATABASE_URL DATABASE_URL --app app2
1. where first DATABASE_URL is on app1
2. where second DATABASE_URL is on app2.
1. where first DATABASE_URL is on app1
2. where second DATABASE_URL is on app2.
Comments
Post a Comment