Hello,
I’ve been working through various issues with the install script, mainly with the use of a proxy with curl and wget. However, I’m now at the backupdb step, and the wget seems to fail.
I reviewed this forum post that gets stuck at the same spot :
Backing up database…failed
However, I have disabled the use of the proxy now, as the files needed are downloaded, and this step calls a local url.
I can enter the following on another client web browser:
http://192.168.X.X/fog/management/export.php?type=sqldump
I receive a blank page (no errors). I see successful files created in the backup directory too:
ls /home/user/fogDBbackups
fog_sql_1.5.4_20180608_094600.sql
fog_sql_1.5.4_20180608_083751.sql
fog_sql_1.5.4_20180608_082642.sql
fog_sql_1.5.4_20180608_074727.sql
All four files present are zero bytes, however.