Skip to main content

Unble to Restore Database from R1soft Backup

Comments

10 comments

  • GOT
    Yes actually, there is a problem with their latest agent. Their current advice is to roll back the agent version. This is what they told us: [quote] There are issues w/ the 6.10 agent that prevents the temp instance from starting up. Before proceeding with the db restore, please downgrade the agent to 6.8.2 release. The steps for downgrade are:
    • To remove the 6.10 agent packages from the server. The package manager can do this.. i.e.
    rpm -qa | grep serverbackup (remove all the packages that are returned) yum remove serverbackup-enterprise-agent
    • Afterwards, delete/backup the /usr/sbin/r1soft/* directory and all subdirs.
    rm -rf /usr/sbin/r1soft/*
    • Reinstall the agent.. you can edit the repo to point to the 6.8.2 repository.. (link provided)
    i.e. change /etc/yum.repos.d/r1soft.repo set baseurl=Index of /release/6.8.2/55/yum/stable$basearch Afterwards - yum clean all yum install serverbackup-enterprise-agent After reinstall, please attempt a db restore with the innodb_force_recovery option at your convenience. instructions for adding force recovery 1) Perform a restore like normal 2) Look for the section called "Additional Options" on the page "Temporary Instance" 3) Under Options enter : innodb_force_recovery 4) under Value enter : 1 5) press the "Add Another" button to save the option
    0
  • uk01
    Fantastic, thanks for your reply. I will check this out!
    0
  • cPanelLauren
    Thanks @GOT for the information!
    0
  • mlweber
    Rolling back did not work for me. I have been having this issue since migrating to Centos 7. The iWeb Data Center System Administrators have been working with R1Soft for a solution, and I am told that R1Soft claims that the issue is with Centos 7 and mySQL 5.7 compatibility, and that they supposedly need to write a script to make the database restore function correctly.
    0
  • uk01
    Admittably we've not actually tried the roll back yet due to workload. However, we've been on Centos 7 for ages and never had any issues so it's not directly related to that. We use MariaDB 10.1 and it worked before the latest updates (either r1 or otherwise, it just stopped one day!). R1 need to get their act together and resolve it rather than look for excuses otherwise people are just going to start looking for better back up solutions, after all R1 is very slow restoring even on a gig connection.
    0
  • uk01
    I would say that the agents etc tend to relate to the kernel version, so there may well be a relation between the latest centos 7 kernel and agent but still, if they are going to charge for software, it's their responsibility to resolve these issues quickly, the problem is R1 take forever to do everything.
    0
  • GOT
    We did not actually try the roll back either, so I cannot confirm it works either. R1 has been really disappointing. We rolled out an ubuntu 18 server which ahs been out a year and had to use a beta driver for it... On my agenda is looking for alternate options. Suggestions welcomed.
    0
  • George_Fusioned
    We have switched most of our customers to Acronis Backup Cloud since the beginning of the year and are quite happy. As for the above solution @GOT suggested, I can confirm it's working on two CloudLinux 6 servers that were experiencing this issue. Haven't tried with it with CentOS/CloudLinux 7 though.
    0
  • gvard
    Hello, A temporary workaround is in the additional options (during restore) to set innodb_force_recovery to 1, if that fails try setting it to 2 and then to 3 (in a specific case it wanted "3", however in other case it wanted "2"). The database can be restored this way, you may get a warning message during restore but if you check it gets restored. They are still working for a permanent solution, this is a temporary workaround. Unfortunately restores have to be made via the admin (not via the cPanel plugin as they can't enter additional restore options there).
    0
  • puneet_1234
    I upgraded to the 6.10.2 version of the Agent and the Maria Db restores were working fine. Faced issues while restoring MySQL 5.7 with cPanels. So resorted to file restores for the specific MySQL dbs and was good to go.
    0

Please sign in to leave a comment.