Menu

Show posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.

Show posts Menu

Messages - jazix

#1
Changing line 200 in /usr/local/opnsense/mvc/app/controllers/OPNsense/Core/Api/BackupController.php to this fixes the issue:

$this->response->setContentType('application/octet-stream', 'UTF-8');

Or just pulling that Git commit haha.
#2
My upgrade from 24.1.10 to 24.7 was also smooth, but I did encounter one oddity: health reporting wasn't working. Restarting the machine didn't work, but toggling the RRD graphing backend option off and back on seemed to do the trick. Sadly I didn't notice in time, nor were there any errors in the logs, so I lost a few hours of health report data.