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.
Dear Pleskians! The Plesk Forum will be undergoing scheduled maintenance on Monday, 7th of July, at 9:00 AM UTC. The expected maintenance window is 2 hours.
Thank you in advance for your patience and understanding on the matter.
If anyone still has the issue on Debian 9 running, a Plesk update fixes it now:
plesk installer update
root@login:~# /opt/plesk/php/7.4/bin/php -r "echo password_hash('password', PASSWORD_ARGON2I);"
PHP Warning: Use of undefined constant PASSWORD_ARGON2I - assumed 'PASSWORD_ARGON2I' (this will...
Since it is a dump failing, it should be the source server.
On the source server, check if the login works manually:
MYSQL_PWD=`cat /etc/psa/.psa.shadow` mysql -u admin psa
Postfix is better due to SNI support etc:
https://support.plesk.com/hc/en-us/articles/115001446174
But it's often also a choice of preference depending on your needs
Not same error code but try to increase the memory limit:
https://support.plesk.com/hc/en-us/articles/360000448773-Unable-to-open-a-large-table-via-phpMyAdmin-in-Plesk-Error-in-Processing-Request
also do you get in the Plesk log more information?
then you have nothing on the server running on it, since it would show it like this:
# netstat -tulpen | grep :80
tcp 0 0 127.0.0.1:80 0.0.0.0:* LISTEN 0 84096210 25418/nginx: worker
tcp 0 0 192.168.1.10:80 0.0.0.0:*...
8447 is only for the Plesk Installer
8443 is the Plesk Interface
https://docs.plesk.com/en-US/obsidian/administrator-guide/plesk-administration/ports-used-by-plesk.64950/