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.
Question posted in PostgreSQL
The official documentation can be found here.
The official documentation can be found here.
2
Answers
Updating the path in pgAdmin fixed this.
Steps: Select Databases > File > Preferences > Paths > Binary paths. Then edit to "C:Program FilesPostgreSQL15bin."
You'll need to use a You may need to use a different path if you're on a different version of PostgreSQL.
Thank you Lukas Halim, I tried everything! Your solution fixed my issue. Not even ChatGPT was able to get the right solution!
Using Win11 64x, Postgres 15.