Plesk for Linux
kb: bug
ABT: Group A
Applicable to:
- Plesk for Linux
Symptoms
- Backups are not rotated according to Maximum number of full backup files to store and Keep backup files for settings in Tools & Settings > Backup Manager > Schedule
- Backup rotation fails with the following error in
/usr/local/psa/PMM/logs/pmmcli_daemon.log.<timestamp>
:CONFIG_TEXT: ValueError: time data '1' does not match format '%Y-%m-%d-%H%M%S'
Cause
This is Plesk bug with ID #PPPM-10423 which will be fixed in future updates.
Resolution
As a workaround:
- Log in to Plesk server via SSH
- Make a copy of backup logs:
# mkdir /root/backup && cp -a /var/log/plesk/PMM/*.log /root/backup
- Delete the logs from original location:
# rm -rf /var/log/plesk/PMM/*.log*
Comments
0 comments
Please sign in to leave a comment.