Technical questionAccepted answer
pgadmin error when restoring database from tar file
Lukas Halim
Nov 10
0 views1
I'm trying load a tar file using pgAdmin, but it's failing and all I get is exit code 3221225781. This code seems to indicate a missing dll What is exit code 3221225781 on windows? but I'm not sure why this would be or what dll to look for.
1 answer
Accepted answer · original discussion
Lukas Halim
PermalinkNov 10
Updating the path in pgAdmin fixed this.
Steps:
Select Databases > File > Preferences > Paths > Binary paths.
Then edit to C:\Program Files\PostgreSQL\15\bin.
You'll need to use a different path if you're on a different version of PostgreSQL.
1 question comment
Use comments to ask for clarification. Post a solution as an answer.
user7070613Permalink
Nov 10
Run the command directly from the Windows command line and see if there is more information.