Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 249 Bytes

heroku.md

File metadata and controls

20 lines (13 loc) · 249 Bytes

Heroku

Restore database from a backup on another app

heroku pg:backups:restore --app <target_app> <source_app>::<id>

See logs

heroku logs -t -n 1000 -a <app>

Add git remote

heroku git:remote -a <app>