Backing up database - Failed - Rev 5952
-
@Wayne-Workman When I look at this, all the backups from recent show 0. The last backup with data is April, but I know I updated in July and see no backups.
I went into my fog database in mysql… Inside it had data, so it is there. Any other ideas to try and get this working since I can’t restore one of those mysql backups?
Thanks a lot!
-
@GFm well… I guess this makes sense. Your installation fails at “backing up db” and the backups are 0 size.
@Tom-Elliott do you have thoughts on what is best to do?
I guess you could move to working-RC-10. This requires some special commands, message me for details.
-
@Wayne-Workman Tried updating to RC-10 and it gave me the same error as before about invalid database. Here is my config.class.php fil that it said to check out… Are my settings OK?
-
@GFm from terminal what happens if you run
mysql -u root
-
@GFm inside of
/opt/fog/.fogsettings
changesnmysqlhost=
tolocalhost
and try again. If that fails, change it to127.0.0.1
and try again. -
-
@GFm and same command but with
-h 127.0.0.1
-
@Wayne-Workman same as before… tried both and restarted mysql service each time
-
@GFm you need to re-try installing after each change, you did that?
-
@Wayne-Workman no… sorry I will and let you know shortly…
-
@Wayne-Workman @Tom-Elliott 127.0.0.1 worked! I did not test localhost with a reinstall since that worked.
My load just went up a lot, but I’ll see if it drops after a few minutes.
Thanks for the help!!!