Saturday, 1 May 2021

solving PostgreSql pg_restore.exe path error : C:\Program Files\PostgreSQL\13\pgAdmin 4\runtime\pg_restore.exe not found

You may face this error when you restore stored/backup schemas.Following solution works only in windows.

  • Make sure you have installed postgreSql and pgadmin
  • Goto C:\Program Files\pgAdmin 4\v5 and copy runtime folder
  • Paste runtime folder inside C:\Program Files\PostgreSQL\13\pgAdmin 4
  • Restart pgAdmin and try

No comments:

Post a Comment