ERROR 1010 (HY000) Restoring Backup

This support forum board is for support questions relating to Nagios XI, our flagship commercial network monitoring solution.
Locked
rambertnala
Posts: 60
Joined: Fri Feb 26, 2016 7:15 am

ERROR 1010 (HY000) Restoring Backup

Post by rambertnala »

I am trying to restore a backup but i get this error

Restoring MySQL databases...
ERROR 1010 (HY000) at line 22: Error dropping database (can't rmdir './nagios/' , errno: 17)

What can I do ????
rambertnala
Posts: 60
Joined: Fri Feb 26, 2016 7:15 am

Re: ERROR 1010 (HY000) Restoring Backup

Post by rambertnala »

Where can I download .ova version 5.4.13-64 to try to restore backup in a new machine...

New machine mut ne identical to first one??? Number of CPU's Memory etc...

Regards
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: ERROR 1010 (HY000) Restoring Backup

Post by scottwilkerson »

rambertnala wrote:I am trying to restore a backup but i get this error

Restoring MySQL databases...
ERROR 1010 (HY000) at line 22: Error dropping database (can't rmdir './nagios/' , errno: 17)

What can I do ????
Here you must have dome extra files in the directory, run

Code: Select all

rm -f /var/lib/mysql/nagios
then perform the restore
rambertnala wrote:Where can I download .ova version 5.4.13-64 to try to restore backup in a new machine...

New machine mut ne identical to first one??? Number of CPU's Memory etc...

Regards
You can download here, and the specs of the machine do not have to match the old machine
https://assets.nagios.com/downloads/nag ... .13-64.ova
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
rambertnala
Posts: 60
Joined: Fri Feb 26, 2016 7:15 am

Re: ERROR 1010 (HY000) Restoring Backup

Post by rambertnala »

scottwilkerson wrote:
rambertnala wrote:I am trying to restore a backup but i get this error

Restoring MySQL databases...
ERROR 1010 (HY000) at line 22: Error dropping database (can't rmdir './nagios/' , errno: 17)

What can I do ????
Here you must have dome extra files in the directory, run

Code: Select all

rm -f /var/lib/mysql/nagios
then perform the restore
rambertnala wrote:Where can I download .ova version 5.4.13-64 to try to restore backup in a new machine...

New machine mut ne identical to first one??? Number of CPU's Memory etc...

Regards
You can download here, and the specs of the machine do not have to match the old machine
https://assets.nagios.com/downloads/nag ... .13-64.ova
Once I have created new machine from .ova file i will restore backup...

And license will be OK. No problem at all.

My servers are offline from Internet, any problem with that???

Thanks and regards
scottwilkerson
DevOps Engineer
Posts: 19396
Joined: Tue Nov 15, 2011 3:11 pm
Location: Nagios Enterprises
Contact:

Re: ERROR 1010 (HY000) Restoring Backup

Post by scottwilkerson »

rambertnala wrote:Once I have created new machine from .ova file i will restore backup...

And license will be OK. No problem at all.

My servers are offline from Internet, any problem with that???

Thanks and regards
Should be just fine, the restore will bring along your license key and activation
Former Nagios employee
Creator:
ahumandesign.com
enneagrams.com
Locked