Thank you very much, you solved my problem.
I was adding the wrong path to the wrong place.
C:\Program Files\PostgreSQL\17\bin
The correct path for global variables is:
C:\Program Files\PostgreSQL\17\pgAdmin\runtime
I restarted the entire Windows Server.
I added the following path to the PATH variable:
C:\Program Files\PostgreSQL\17\bin
When I run psql --version in CMD, it works.
When I run pg_dump, it also works.
Hello,
I installed Plesk on Windows Server 2022 and separately installed PostgreSQL 17. I added PostgreSQL as a database server through Tools & Settings in Plesk and scheduled the backup system. However, I am encountering a pg_dump error during the backup process.
I have already added the...