• Hi, Pleskians! We are running a UX testing of our upcoming product intended for server management and monitoring.
    We would like to invite you to have a call with us and have some fun checking our prototype. The agenda is pretty simple - we bring new design and some scenarios that you need to walk through and succeed. We will be watching and taking insights for further development of the design.
    If you would like to participate, please use this link to book a meeting. We will sent the link to the clickable prototype at the meeting.
  • 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 Horde webmail has been deprecated. Its complete removal is scheduled for April 2025. For details and recommended actions, see the Feature and Deprecation Plan.

Issue Rescued backups are shown as 0 bytes size

jorge ceballos

Regular Pleskian
Hi,

Just migrated all the backup from another identical Plesk install - because of a broken kernel - and every thing came back right in place working practically right after restore was completed.
The only issue is that those backups - complete + 5 daily incremental - are shown with a 0 size in the backup panel and when tried to run a new incremental backup, the complete base backup was not detected and it attempted to do a new complete backup.

Any idea on how can I make it recognize the size in order to be able to continue daily incremental backups ? Due to space restrictions, only one complete backup fits and we would have to erase all the backups to start over - as we do every week or so - but in this case as it was a rescue, we would like to hang on some more days before erasing and of course, having daily backups on the way.

TIA
 
Did you check if the dump directory, which is set in /etc/psa/psa.conf is the same as the dump directory on the server?

Code:
# grep dump /etc/psa/psa.conf
DUMP_D /var/lib/psa/dumps

Code:
# ls -ld /var/lib/psa/dumps/
drwxr-x---. 6 psaadm psaadm 20480 May  19 18:35 /var/lib/psa/dumps/
 
Hi,

Yes, its the same path.
Actually the server was corrrectly restored from the panel, so my guess is that the path is ok in all those parts where it is requested.

My feeling is that I missed running some kind of db hash activation so the panel can read the size.

Somewhere in the old posts, I read something like "except if its coming from another Plesk install" regarding backups showed 0 bytes size

Any other idea?
 
Back
Top