• The BIND DNS server has already been deprecated and removed from Plesk for Windows.
    If a Plesk for Windows server is still using BIND, the upgrade to Plesk Obsidian 18.0.70 will be unavailable until the administrator switches the DNS server to Microsoft DNS. We strongly recommend transitioning to Microsoft DNS within the next 6 weeks, before the Plesk 18.0.70 release.
  • The Horde component is removed from Plesk Installer. We recommend switching to another webmail software supported in Plesk.

Postgresql Cron errors

A

Aegil

Guest
Hey,

Been getting the following error on my plesk server. I haven't really used postgres myself so I'm not sure how to troubleshoot it. running it manually from root its asking for the password.

===============
Cron <root@server> if [ -x /usr/sbin/pg_maintenance ]; then
/usr/sbin/pg_maintenance --analyze >/dev/null; fi
Password:
vacuumdb: could not connect to database postgres: fe_sendauth: no
password supplied
calling vacuumdb on cluster 8.3/main failed
===============
 
Back
Top