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.
I created a shell script that creates a plesk database and assigns the permissions directly.
Code:
plesk bin database -c test -domain test_host -type mysql -add_user test_user -passwd test_pw -add-access 'localhost' -remove-access '%' -set-privileges '..','..''
If I now connect via SSH and...
Greetings!
I am trying to run a backup command written in a .sh file via cron.
The content of the .sh file is:
plesk bin pleskbackup --domains-name secure.authlogin.de --output-file="*******************************" --ftp-login=********* --ftp-password=********* --incremental
The script is...