-
Notifications
You must be signed in to change notification settings - Fork 9
Home
Welcome to the oxid_modules_config wiki!
This Module can be used to export and import oxid configuration. Use it when you have multiple stages (development, integration, staging and live system) and you share the same base configuration across all systems.
An environment is a target system e.g. a test system or a live system on which the conig ex/importer is running. There might be things different across the environments e.g. on a test system you might have test accounts for payment provider settings.
The exporter it self have some configuration placed in the configurations/oxpsconfigmodulesettings.php file
oxid config:export --env="integration"
warning always use with care, it will overwrite a all settings. Make sure you have exported the configuration before, and you are working on the correct system.
oxid config:import --env="integration"