-
Notifications
You must be signed in to change notification settings - Fork 8
Reinstall Magento
Reinstall Magento packed inside the Docker container.
Run this command from the Magento root directory to reinstall the Magento application. This is especially useful for testing modules. Magento will not be configured to use Redis. Other configurations match the magento:setup command.
Only the running Magento instance can be reinstalled.
php "${DOCKERIZER_PROJECTS_ROOT_DIR}dockerizer_for_php/bin/dockerizer" magento:reinstall
-
collection-filter
(optional): Filter compositions collection, choose only from compositions containing this string. Select composition automatically if only one option is available.
The command will run the Magento setup:install
command and configure Magento in the same way as the magento:setup
command. This command uses the same functionality.
All custom code and other files stay untouched. The database is dropped and recreated. Configuration changes are reverted. This is perfectly suitable for testing modules.
@TODO: Get composition(s) running in the current directory instead of iterating through all compositions.
- docker:mysql:connect
- docker:mysql:export-db
- docker:mysql:import-db
- docker:mysql:upload-to-aws
- docker:mysql:generate-metadata
- docker:mysql:reconstruct-db
- docker:mysql:test-metadata
- magento:setup
- magento:reinstall
- magento:test-module-install
- magento:test-templates
- magento:test-dockerfiles
- MacOS and Docker Desktop support
- Bash aliases
- Install Symfony with Dockerizer
- Running-apps-with-existing-Docker-compositions
- Limitations
- Building MySQL images with DB: how it works
- Configure AWS Lambda
- Gitlab pipeline to build images
- Managing AWS S3 access
- Using AWS credentials with Dockerizer
- Access management cheat-sheet
- FAQ