• 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 UX team believes in the in the power of direct feedback and would like to invite you to participate in interviews, tests, and surveys.
    To stay in the loop and never miss an opportunity to share your thoughts, please subscribe to our UX research program. If you were previously part of the Plesk UX research program, please re-subscribe to continue receiving our invitations.
  • 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 Backup Restore Error

Ahmet CAVUSOGLU

New Pleskian
Server operating system version
Centos 7
Plesk version and microupdate number
18.0.51
Hello, when I try to restore the backup I made on Onedrive, I get an error. When I look at the bug report, there is no report in it. Centos 7- Plesk Version Number: 18.0.51

The screenshot is attached.
 

Attachments

  • screen.PNG
    screen.PNG
    333.4 KB · Views: 13
  • screen2.PNG
    screen2.PNG
    49.6 KB · Views: 11
Sometimes, when a log is very long, it cannot be displayed in the graphical user interface. Instead you can check /var/log/plesk/PMM/restore-... for more information.
 
Thanks Peter, the source of the error is: "Unable to import file as dump: Unable to run '/usr/local/psa/admin/bin/pmm-ras': 'utf-8' codec can't decode byte 0xba in position 35: invalid start byte". Thank you for your support
 
It could be that a user account has a special character in the account name like a %. Please check it with

Code:
# plesk db "select pname,login from clients \G;"
It could return something like
Code:
*************************** 1. row ***************************
pname: John Doe
login: jhsn%hsd
If so, please rename the affected login names. Afterwards, rename the task.db file and retry the restore (mv /usr/local/psa/PMM/tasks/tasks.db{,.broken}).
 
Hi Peter, it took a while to get back to you, I did the process you mentioned. But the username did not contain any Turkish characters. I also changed the name of the other process, task.db, but the problem persists.
 

Attachments

  • Ekran Alıntısı23.PNG
    Ekran Alıntısı23.PNG
    20.7 KB · Views: 10
Hi Peter, I have now checked the other servers I manage. For example, there is a similar problem on the Ubuntu 20 version server. I will upgrade to your new version 18.0.52 and try again. Not for repair support, if you want to observe the problem I can generate password for you.
 
Hello again, it didn't get fixed with the version upgrade either. I am sending the log records to you for your information.
 

Attachments

  • restore-2023-04-26-22-54-59-903.zip
    9.7 KB · Views: 2
Back
Top