@rmaeder said in Absolute Worst Experience Trying to Upgrade to 2.4.4_3:
but that should have been fixed in 2.4.4_1?
Yes, it was, but fix didn't clean your existing config file.
Open a console, option 8 and use
viconfig
Add an empty
<donothing>
</donothing>
And save the config (: wq).
From now on, it will be part of your config file, it will last in there.
Note that reading in the existing config while booting doesn't break things, but importing does (when a double rrddata exists).
Also : https://github.com/pfsense/pfsense/blob/master/src/usr/local/www/diag_backup.php#L204 looks nice, but I guess (again - I'm just thinking out loud here) that a second <rrddata></rrddata> isn't removed. So, in a config backup, selected without rrddata you had always an empty rrddata section, that silently failed when restoring the actually RRD data files on disk when booting pfSense.
Actually exporting rrd data :
57f1302b-8da6-490b-b8d5-55cad482b471-image.png
and you wind up having two rrddata section again, and that went wrong.