• If you are still using CentOS 7.9, it's time to convert to Alma 8 with the free centos2alma tool by Plesk or Plesk Migrator. Please let us know your experiences or concerns in this thread:
    CentOS2Alma discussion
  • Inviting everyone to the UX test of a new security feature in the WP Toolkit
    For WordPress site owners, threats posed by hackers are ever-present. Because of this, we are developing a new security feature for the WP Toolkit. If the topic of WordPress website security is relevant to you, we would be grateful if you could share your experience and help us test the usability of this feature. We invite you to join us for a 1-hour online session via Google Meet. Select a convenient meeting time with our friendly UX staff here.

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