Update to last dev (1.6.0-alpha.1182)
-
Hello,
I try to update to last dev version from 1.6.0-alpha.1133 but it stuck at “Updating Database”.
Last install error log is : Started The PHP 7.3 FastCGI Process Manager.Any idea of what i can do to reach the end of the install script ?
Thank you.
-
@jmeyer said in Update to last dev (1.6.0-alpha.1182):
Updating Database
Usually that’s the part where you need to open the web browser and let it update the database schema. Did you do that?
Do you run the installer with command line options or just plain?
-
@Sebastian-Roth
Hi,
I have run./installfog.sh -y
Here is what script says at the end :
* Updating Database...........................................Failed! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! !! The installer was not able to run all the way to the end as !! !! something has caused it to fail. The following few lines are !! !! from the error log file which might help us figure out what's !! !! wrong. Please add this information when reporting an error. !! !! As well you might want to take a look at the full error log !! !! in /home/adminfog/fogproject/bin/error_logs/fog_error_1.6.0-alpha.1182.log !! !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! ├─8301 php-fpm: pool www └─8302 php-fpm: pool www mars 31 13:46:33 fogserver systemd[1]: Starting The PHP 7.3 FastCGI Process Manager... mars 31 13:46:33 fogserver systemd[1]: Started The PHP 7.3 FastCGI Process Manager.
I have no request to update DB on GUI.
It directly go to the dashboard and GUI works well. -
@Sebastian-Roth
I think to know what is blocking.
I have to change vlan and fog IP adress to make updates but it use IP parameter in the updateDB() function :wget --no-check-certificate -qO - --post-data="confirm&fogverified" --no-proxy ${httpproto}://${ipaddress}${webroot}management/index.php?node=schema >>$error_log 2>&1
I think -X with help to finish install.
-