Solved

Postgres failed to restore process error code 94:33

  • 3 September 2022
  • 2 replies
  • 1120 views

Badge +1

hello, I have a problem with the process of restoring the postgres database to a different machine from where the backup was generated. the message can be seen in the screenshot.

Thank you very much for your help. 😁

 

 

icon

Best answer by Meera 5 September 2022, 08:07

View original

2 replies

Userlevel 7
Badge +17

What is the result of a readiness check on the target server?

Seems the agent on the target server is unreachable.

Userlevel 3
Badge +7

Hi Carlos,

I think you are performing a restore for DumpbasedBackupSet. Is postgres server in destination 192.168.87.85 down? Destination server should be up and reachable. To confirm connection to destination server complete fine, one method is-

  1. Try to create a new subclient in destination instance under dumpbased backupset. 
  2. In same window, move to content tab, select Discover option. If the databases are listed fine, connection is fine.
  3. Cancel subclient creation.

If destination server was up and connectivity is verified fine, please get the errors logged in PostGresRestore.log (from destination client 192.168.87.85)

Reply