Upgrade Problems
-
I edited .fogsettings per your recommendation. I tried to re-run and it failed, I restarted it still failed, I cleared the cache in the browser just to be safe and it still failed. I am sorry for the bad news. Thanks!
-
What do you mean restarted in the browser?
-
My apologies, I restarted my Fog server.
-
I had this same issue when I upgraded to 1.2.0. I had to run [CODE]dpkg-reconfigure mysql-server-5.5[/CODE] to change my root password for MySQL. I then updated the password in .fogsettings and it worked.
-
Im on Sql 5.1 if that matters, but I did change the password for SQL and in the .fogsettings with no luck.
Thanks!
-
did you reinstall fog?
-
I do not believe I have ever re-installed fog.
-
That’s what you do when you make a change in fogsettings
fog settings just makes it an “upgrade”You go back to your “install” folder
and run
./installfog.shIt takes care of the rest.
-
So what I do is go to the Fog_1.2.0/bin run ./installfog.sh The install starts, I accept the DHCP information with Y. I get a message saying “We are about to install MySQL Server on this server, if MySQL isn’t installed already you will be prompted for a root password.” “Press enter to acknowledge this message.” So I press enter. Then it tells me to open my browser to install/update your database schema. So I go into the browser to do that and that is when it tells me it failed.
[url=“/_imported_xf_attachments/1/1454_FogError.pdf?:”]FogError.pdf[/url]
-
Ensure mysql service is actually running:
From another terminal run:
[code]sudo service mysql restart[/code] -
It is running, process 12432. Still no luck. Thanks!
-
I forgot to mention that you need to update your password in here too:
/var/www/fog/lib/fog/Config.class.php
Then: [CODE]service mysql restart[/CODE]
Make sure FOG works normally. Then try to upgrade again.
-
After re-storing my server back to a working state I tried changing all the files mentioned. I still get the same error. Does it make a difference if I am on SQL 5.1 vs 5.5?