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.
We value your experience with Plesk during 2025 Plesk strives to perform even better in 2026. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2025. Please take this short survey: https://survey.webpros.com/
Hello,
I am trying to migrate to a new installation with AWS RDS as my database (which I have already been using for years). The problem with RDS is the lack of the SUPER privilege and the way mysqldump works when invoked via Plesk. My dumps have some lines that cause problems:
SET...
I see, but is it Plesk that manages what containers startup automatically (via "Automatic start after system reboot" option) or does it use some external process manager?
I was wondering if there is a way to use the --user parameter of docker to have the containers creating files with the users I need to use and not root.
Maybe I wasn't clear, I have no issues in using the containers, even via Docker Proxy Rules, but the containers themselves can't reach the internet or resolve DNS queries, like if their networking bridge is host-only.
Hello,
I'm running as the default ubuntu user in Ubuntu 16.04. The result is this:
ubuntu@dev:/home$ service docker status
● docker.service - Docker Application Container Engine
Loaded: loaded...
Hello,
how am I supposed to interact with docker from the command line? I tried to do a simple "docker ps" but the result was:
Cannot connect to the Docker daemon. Is the docker daemon running on this host?
Thanks.