• Our team is looking to connect with folks who use email services provided by Plesk, or a premium service. If you'd like to be part of the discovery process and share your experiences, we invite you to complete this short screening survey. If your responses match the persona we are looking for, you'll receive a link to schedule a call at your convenience. We look forward to hearing from you!
  • We are looking for U.S.-based freelancer or agency working with SEO or WordPress for a quick 30-min interviews to gather feedback on XOVI, a successful German SEO tool we’re looking to launch in the U.S.
    If you qualify and participate, you’ll receive a $30 Amazon gift card as a thank-you. Please apply here. Thanks for helping shape a better SEO product for agencies!
  • 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.

Issue Backup on Docker Container fails

Bender_

New Pleskian
I run a mariadb Container with bind mount located at my subdomain (/var/www/vhosts/xyz.de/cloud.xyz.de) that i use for my case.

pleskbackup runs into error backuping certain files, from the log:

[2021-05-24 03:13:07.167|44695] INFO: cloud.xyz.de/nextcloud-db/mysql: Cannot open: Permission denied
cloud.xyz.de/nextcloud-db/mysql/column_stats.MAD: Cannot stat: Permission denied
cloud.xyz.de/nextcloud-db/mysql/column_stats.MAI: Cannot stat: Permission denied
cloud.xyz.de/nextcloud-db/mysql/column_stats.frm: Cannot stat: Permission denied
cloud.xyz.de/nextcloud-db/mysql/columns_priv.MAD: Cannot stat: Permission denied
cloud.xyz.de/nextcloud-db/mysql/columns_priv.MAI: Cannot stat: Permission denied
cloud.xyz.de/nextcloud-db/mysql/columns_priv.frm: Cannot stat: Permission denied


An extract of the file persmission as created by docker:

Bash:
root@xyz:/var/www/vhosts/xyz.de/cloud.xyz.de/nextcloud-db/mysql# ls -la
total 10816
drwx------ 2 psaadm systemd-journal    4096 Mai 24 15:41 .
drwxr-xr-x 5 psaadm root               4096 Mai 24 15:41 ..
-rw-rw---- 1 psaadm systemd-journal    2108 Mai 24 15:41 columns_priv.frm
-rw-rw---- 1 psaadm systemd-journal    8192 Mai 24 15:41 columns_priv.MAD
-rw-rw---- 1 psaadm systemd-journal    8192 Mai 24 15:41 columns_priv.MAI


My idea was to change the group from "systemd-journal" to "docker" and add the user that runs the backups to the group "docker". I tried that with the user "backup" without success. Of course giving permissions to other works too, but that cant be the goal.

What user do i have to add to the group docker? Under what context are the backups running?

htop displayed only root.
 
Last edited:
Back
Top