restoring from postgresql backup in heroku
heroku is a very convenient service (no doubt).
i will tell you a little one liner trick that helps you restore from your pg backup.
i assume that you know heroku basics and already have heroku cli installed.
you can use heroku tutorial on restoring but it didn’t work for me
heroku pg:psql --app YOU_APP_NAME < backup.sql
this will run restore command.