@FallingWax Ok, now I see what’s wrong here. Thanks for reporting this issue. Moved your post to bug reports.
When changing the way FOG exports the DB we obviously missed out on fixing the backup script as well. No one reported yet so we didn’t notice until now.
You can edit that script and exchange line 74 which starts like wget ... with the following call:
wget --no-check-certificate -O O $backupDir/mysql/fog.sql "http://$ipaddress/$webroot/maintenance/backup_db.php" --post-data="type=sql&fogajaxonly=1" 2>>$backupDir/logs/error.log 1>>$backupDir/logs/progress.log 2>&1
This is until we fixed this in the official code… @Tom-Elliott Mind having a look if this call is about right?