In the past, updates were shown as changes in the config history:
/usr/local/opnsense/mvc/script/run_migrations.php made changes
The update to 21.1.7 does not appear in the config history.
Is that an expected behavior?
Hi,
When no migrations are necessary it will not cause a config write.
This can always happen on upgrades depending on how few plugins you have and whether or not MVC components in core have been updated (new settings for example).
It would seem 21.1.7 is pretty lightweight in this regard. Also true because the focus was the MVC framework upgrade. :)
Cheers,
Franco
@Franco: Thanks for explaining the background!