Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
The APS Catalog has been deprecated and removed from all Plesk Obsidian versions. Applications already installed from the APS Catalog will continue working. However, Plesk will no longer provide support for APS applications.
Please be aware: with the Plesk Obsidian 18.0.78 release, the support for the ngx_pagespeed.so module will be deprecated and removed from the sw-nginx package.
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...