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

Resolved bug impossible with panel (Plesk to go to the backup manager page for one website ?

grigri

New Pleskian
my config is :
Plesk web pro edition 12.5.3
CentOs

MY PROBLEM :
i have several subscriptions, the panel backup manager work fine with all of my website except one impossible to show the page backup manager, the page don't finish to download or i have a 502 Bad Gateway
https://XXXXXXX:8443/smb/backup/list/domainId/1
= bug :-(

this 2 urls works
https://51.254.212.158:8443/smb/backup/ftp-settings/domainId/1
https://51.254.212.158:8443/smb/backup/schedule/domainId/1

= works ! :)

LOG :
/var/log/plesk/panel.log
i have this error :
ERR [panel] [xxxxxxxxx] Result of interface implementation call: failure: Method arguments cannot be decoded


BACKUPS :
/var/lib/psa/dumps/domains/xxxxxx
/var/lib/psa/dumps/domains/yyyyy
/var/lib/psa/dumps/domains/zzzzz

contains backups files with correct permission chown and chmod

backup manager page work fine for yyyyy and zzzzzz but not with xxxxxx website !

COMMAND :
i do
# /etc/init.d/psa restart
# rm -rf /var/lock/lmlib/container_locks
# rm -f /usr/local/psa/var/cache/*
# service sw-engine restart
# plesk repair fs -y -v
# service mysqld restart
#service httpd restart
# reboot


but no changes :-(
all seems ok but i can't access the backup manager to manage my backups from the panel !!!!
help !!!
 
i find the solution myself :

# rm -rf /usr/local/psa/PMM/rsessions/*
# rm -rf /usr/local/psa/PMM/sessions/*

resolve the issue !
:)
 
Back
Top