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

Recent content by cciecka

  1. C

    Plesk 11.09 makes nightly full server backup but will not upload backup to FTP server

    You can do just the config, that is real fast but it does not do everything... If it works than it probably confirms your issue is space related...
  2. C

    Plesk 11.09 makes nightly full server backup but will not upload backup to FTP server

    You could user the backup manager ui to run a test backup. That's what I did all yesterday to determine the fix. As for why is there no error and variations for Plesk versions - ya got me... I stumbled on the fix due to the fact that I could not d/l a backup and that lead me to determine where...
  3. C

    Plesk 11.09 makes nightly full server backup but will not upload backup to FTP server

    yes... rmdir /usr/local/psa/PMM/tmp ln -s /var/tmp /usr/local/psa/PMM/tmp Test by running the backup again. In my case /usr had 4gb and /var had 65gb. If you have no space on var you need to update the /var/tmp above with wherever you have the space to fit the backup. To undo these changes...
  4. C

    Cannot download Backups from Server Repository

    Filesystem Size Used Avail Use% Mounted on /dev/md1 3.7G 789M 3.0G 21% / /dev/mapper/vg00-usr 3.9G 1.7G 2.1G 44% /usr /dev/mapper/vg00-var 101G 30G 67G 31% /var /dev/mapper/vg00-home 3.9G 136M 3.6G 4% /home none...
  5. C

    Plesk 11.09 makes nightly full server backup but will not upload backup to FTP server

    I think I found a fix for this, it is currently being tested as I write this but all signs point to success. Make /usr/local/psa/PMM/tmp a symbolic link to a drive that has adequate space for your backup and it appears to have fixed the failure to upload. In our case the /usr partition was like...
  6. C

    Backup to Personel FTP repository not working 11.5.30

    Looks like the issue was that the backup was being made in /usr/local/psa/PMM/tmp which did not have enough space to handle it. I changed /usr/local/psa/PMM/tmp to be a symbolic link to /var/tmp which had ample space and it looks like it is now working. I can see 2gb of an 8gb upload in...
  7. C

    Cannot download Backups from Server Repository

    Looks like it tries to put the download together in /usr/local/psa/PMM/tmp but it runs out of space. Should it not be doing this kind of temp work under /var
  8. C

    Cannot download Backups from Server Repository

    CentOS 6.2 Plesk 10.5.30 MU 33 I get this... I think this is also stopping the ftp transfer from working as well.
  9. C

    Backup to Personel FTP repository not working 11.5.30

    Try downloading a file from the server repository... I get this: I am starting to think that the packaging of the backup into a single file is our issue...
  10. C

    Backup works only local, no ftp (11.0.9 & 11.5.29)

    We are on Plesk 11.5.30 #33 and still have an issue with FTP repository. We see old backups but none of the new ones ever make it there, they just stay in local repository... Seems like different issue than what was fixed in update earlier in the thread as pmm-ras finishes with exit 0.
  11. C

    Backup to Personel FTP repository not working 11.5.30

    Not all that helpful but thank you anyhow. I was able to find this: http://forum.parallels.com/showthread.php?287891-Backup-works-only-local-no-ftp-%2811-0-9-amp-11-5-29%29 Which allowed me to verify via command line that FTP portion is working: DUMP_STORAGE_PASSWD=XXXXX...
  12. C

    Backup to Personel FTP repository not working 11.5.30

    CentOS 6.2 11.5.30 Update #33 This worked fine until the recent update to 11.5.30. I don't get any errors, the backup is created and stays in the server repository. I see the contents of the FTP repository (it has the old backups) so the creds and service seem to be working.
Back
Top