• We value your experience with Plesk during 2024
    Plesk strives to perform even better in 2025. To help us improve further, please answer a few questions about your experience with Plesk Obsidian 2024.
    Please take this short survey:

    https://pt-research.typeform.com/to/AmZvSXkx
  • The Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.
  • We’re working on enhancing the Monitoring feature in Plesk, and we could really use your expertise! If you’re open to sharing your experiences with server and website monitoring or providing feedback, we’d love to have a one-hour online meeting with you.

Issue Backup manager broken...

Christophe M

New Pleskian
Hi,

I'm using Plesk 12.5.30 under Debian 7.0
After backing up using Plesk backupmanager, my hdd ran full. So I tried to free some space deleting old backups using SSH (plesk was no more accessible).
I also tried to move "/opt/psa/PMM"... not successfully. The structure of this directory seems broken
Now, when I try to launch the backupmanager I get this error :

Unable to get dump list: pmm-ras failed (Error code = 1): STDOUT: Error: File /opt/psa/PMM/log4cpp.properties does not exist STDERR:

I'd like to restore PMM but I dont know how
If someone can help me :)

Thanks !
 
Last edited:
Hi, I placed an old "log4cpp.properties" files and I do not have no more this message... BUT
Now when I try to backup, I have a message "Not enough free disk space to perform operation. BEGIN failed--compilation aborted at /opt/psa/admin/bin/plesk_agent_manager line 51. Resolution: Free up disk space and run backup again"
I have enough space... : 15Go
Any idea ?
 
Could you please post here output of following commands:

# grep DUMP /etc/psa/psa.conf
# df -h
 
# grep DUMP /etc/psa/psa.conf

DUMP_D /var/lib/psa/dumps
DUMP_TMP_D /tmp


# df -h

Sys. fich. Taille Util. Dispo Uti% Monté sur
rootfs 20G 3,6G 15G 20% /
/dev/root 20G 3,6G 15G 20% /
devtmpfs 16G 0 16G 0% /dev
tmpfs 3,2G 800K 3,2G 1% /run
tmpfs 5,0M 4,0K 5,0M 1% /run/lock
tmpfs 6,4G 8,0K 6,4G 1% /dev/shm
/dev/sda3 1,8T 17G 1,7T 1% /var
 
The problem in that there is something wrong with Perl. As a result call plesk_agent_manager --get-size returns error about lack of diskspace. You can find more detail about this error in /var/log/plesk/PMM/pmmcli.log
Looks like Plesk is seriously damaged. If commands

# plesk repair installation
# plesk installer --select-release-current --reinstall-patch --upgrade-installed-components

will not help - contact Plesk Support Team.
 
Back
Top