A module to list all orphaned config entities of core_config_data #3970
hirale
started this conversation in
Extensions & Modules
Replies: 3 comments 4 replies
-
nice! i'll add it to the awesome list |
Beta Was this translation helpful? Give feedback.
0 replies
-
hi @hirale what about catalog/category/root_id? can i safe delete it? |
Beta Was this translation helpful? Give feedback.
3 replies
-
This module reads all system.xml files and retrieves configuration fields. However, configurations saved directly in PHP files cannot be retrieved, so it's advisable to create an exception list excluding such configurations before deleting any of them. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Retrieve all system configurations from system.xml, compare them with the entries in the core_config_data table, and list any orphaned configurations in the backend.
https://github.com/hirale/openmage-orphaned-config
Beta Was this translation helpful? Give feedback.
All reactions