OPNsense Forum

Archive => 21.1 Legacy Series => Topic started by: adk20 on June 17, 2021, 12:20:11 AM

Title: Update to 21.1.7 does not show as a config change.
Post by: adk20 on June 17, 2021, 12:20:11 AM
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?
Title: Re: Update to 21.1.7 does not show as a config change.
Post by: franco on June 17, 2021, 07:55:44 AM
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
Title: Re: Update to 21.1.7 does not show as a config change.
Post by: adk20 on June 17, 2021, 09:27:22 PM
@Franco: Thanks for explaining the background!