1

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.

source 1 source 2

is there a way to restore a single table using pg:backups restore?

Alex.U
  • 1,631
  • 2
  • 16
  • 26

1 Answers1

1

Give this a try at your own risk.

Important: Take a backup of your database before trying this.

Community
  • 1
  • 1
Jayaprakash
  • 1,407
  • 1
  • 9
  • 19