Recent content by shadowscript

  1. S

    Resolved PostgreSQL 17 pg_dump Error on Windows Server 2022 with Plesk

    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
  2. S

    Resolved PostgreSQL 17 pg_dump Error on Windows Server 2022 with Plesk

    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.
  3. S

    Resolved PostgreSQL 17 pg_dump Error on Windows Server 2022 with Plesk

    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...
Back
Top