• 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!
  • 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.

Search results

  1. D

    Forwarded to devs Plesk server backups slow

    It means you do not have any 'live' backups in /var/lib/psa/dumps. I suggest to rename the folder /var/lib/psa/dumps, e.g. to /var/lib/psa/dumps.old and create the new one with the same permissions. Lately /var/lib/psa/dumps.old can be deleted.
  2. D

    Forwarded to devs Plesk server backups slow

    Could you run another command? find /var/lib/psa/dumps -name '*.xml' | wc -l And are there any extra directories in /var/lib/psa/dumps? Standard structure is described here.
  3. D

    Forwarded to devs Plesk server backups slow

    Could you measure execution time of the command? /bin/time -v find /var/lib/psa/dumps -name '*.xml' -exec cat {} \; -o -name 'props' -exec cat {} \; > /dev/null
  4. D

    Resolved Backup Manager - FTP Storage - FTPS not working

    Yes, it will. A new connection will be established.
  5. D

    Resolved Backup Manager - FTP Storage - FTPS not working

    Try to use the option ftpForbidReuseConnection in panel.ini [pmm] ftpForbidReuseConnection = 1 Or uncheck the option "Require TLS session resumption on data connection when using PROT P" in Filezilla server settings.
  6. D

    Resolved Scheduled backups have no option for g-drive

    It is a planned feature. Google Drive Backup
  7. D

    Question Error backup via FTP

    The error "Failed sending data to the peer" means an FTP server closes a connection during backup creation. It is most likely some timeouts exceed on the FTP server side and you should tune them.
  8. D

    Issue Plesk reports proper backup size for some domains, but not all

    Look at the option Tools & Settings > Server Settings > backup files created by the administrator. It is unchecked by default.
  9. D

    Forwarded to devs Backup process don't want start, size calculation ignores files to skipp

    It is possibly to tune disk space required in /usr/local/psa/admin/share/pmmcli/pmmcli-rc via the option USED_SPACE_COEFFICIENT 0.7 or exclude free disk space checking at all via the option CHECK_BACKUP_DISK_SPACE 0
  10. D

    Issue [17.5.3] restoring a small domain from Plesk backup takes 2.5 hours

    When you restore from an incremental backup all previous incremental backups (up to ~30 backups in your case) and a full backup are downloaded from an FTP server and extracted to the local storage. To minimize restoration time you can perform full backup weekly. To continue investigation you...
  11. D

    Issue Incremental Backups - always full backup

    Do your backups opened without any errors? Or can you unpack them manually? Also you may check manually size and modification time of some file backed up by using stat command.
  12. D

    Resolved FTP Storage Settings for Backup with FTPS not working!

    What FTP server do you use (ProFTPD, vsftpd ...)? Could you attempt to use another FTP server? Also make sure the option ftpForbidReuseConnection = 1 is in [pmm] section and there is only its definition.
  13. D

    Resolved FTP Storage Settings for Backup with FTPS not working!

    Did you add the option ftpForbidReuseConnection?
  14. D

    Question Error Backup FTP

    Try to use the solution from FTP Storage Settings for Backup with FTPS not working!
  15. D

    Issue Minor issues occurred during website backup

    Do you run backups using the Dropbox extension? AFAIK you do not have ability to exclude log files in this case.
  16. D

    Resolved FTP Storage Settings for Backup with FTPS not working!

    Make sure you have 17.5.3 MU8 or above installed Add the option ftpForbidReuseConnection to the file /usr/local/psa/admin/conf/panel.ini [pmm] ftpForbidReuseConnection = 1
  17. D

    Issue The following error occurred during the scheduled backup process:

    Yes, they are. You need to enable download/upload resuming on your FTP storage.
  18. D

    Issue Backup Error

    I believe these error messages, you need to exclude *.lock and *.log files from backups. It requires additional investigation.
Back
Top