I am testing an export and import of the settings of the magento 2.4.1 admin config.
When executing the commands I get my admin config locked, I tried to unlock in several ways but I couldn't. How can I unlock the settings?
For export I'm using:
$ bin / magento app: config: dump
For import I'm using:
$ bin / magento app: config: import
Is there a straightforward method to unlock the Admin configs?
I've seen this question asked elsewhere, and their solution seems a hack:
https://community.magento.com/t5/Magento-2-x-Technical-Issues/Unlock-configuration/m-p/95209#M5084
Why is this locking behaviour not warned in the devdocs?
Thanks
Charith