Reading Heroku postgres documentation just came across this:
Unlike with the previous pgbackups commands, you cannot restore a partial backup into an existing database. When you run pg:backups restore, all data is deleted from the target database before restoring the backup.
is there a way to restore a single table using pg:backups restore
?