101 | pre-deploy: cache | Incorrect cache configuration (missing port or host) | Cache configuration is missing required parameters server or port . Check the cloud.log for more information. |
102 | | Cannot write to the ./app/etc/env.php file | Deployment script cannot make required changes to the /app/etc/env.php file. Check your filesystem permissions. |
103 | | Configuration is not defined in the schema.yaml file | Configuration is not defined in the ./vendor/magento/ece-tools/config/schema.yaml file. Check that the config variable name is correct, and that it is defined. |
104 | | Failed to parse the .magento.env.yaml file | Configuration is not defined in the ./vendor/magento/ece-tools/config/schema.yaml file. Check that the config variable name is correct, and that it is defined. |
105 | | Unable to read the .magento.env.yaml file | Unable to read the ./.magento.env.yaml file. Check file permissions. |
106 | | Unable to read the .schema.yaml file | |
107 | pre-deploy: clean-redis-cache | Failed to clean the Redis cache | Failed to clean the Redis cache. Check that the Redis cache configuration is correct and that the Redis service is available. See Setup Redis service. |
140 | pre-deploy: clean-valkey-cache | Failed to clean the Valkey cache | Failed to clean the Valkey cache. Check that the Valkey cache configuration is correct and that the Valkey service is available. See Setup Valkey service. |
108 | pre-deploy: set-production-mode | Command /bin/magento maintenance:enable failed | Check the cloud.log for more information. For more detailed command output, add the VERBOSE_COMMANDS: '-vvv' option to the .magento.env.yaml file. |
109 | validate-config | Incorrect database configuration | Check that the DATABASE_CONFIGURATION environment variable is configured correctly. |
110 | validate-config | Incorrect session configuration | Check that the SESSION_CONFIGURATION environment variable is configured correctly. The configuration must contain at least the save parameter. |
111 | validate-config | Incorrect search configuration | Check that the SEARCH_CONFIGURATION environment variable is configured correctly. The configuration must contain at least the engine parameter. |
112 | validate-config | Incorrect resource configuration | Check that the RESOURCE_CONFIGURATION environment variable is configured correctly. The configuration must contain at least connection parameter. |
113 | validate-config:elasticsuite-integrity | ElasticSuite is installed, but the ElasticSearch service is not available | Check that the SEARCH_CONFIGURATION environment variable is configured correctly, and verify that the Elasticsearch service is available. |
114 | validate-config:elasticsuite-integrity | ElasticSuite is installed, but another search engine is used | ElasticSuite is installed, but another search engine is configured. Update the SEARCH_CONFIGURATION environment variable to enable Elasticsearch, and verify the Elasticsearch service configuration in the services.yaml file. |
115 | | Database query execution failed | |
116 | install-update: setup | Command /bin/magento setup:install failed | Check the cloud.log and install_upgrade.log for more information. For more detailed command output, add the VERBOSE_COMMANDS: '-vvv' option to the .magento.env.yaml file. |
117 | install-update: config-import | Command app:config:import failed | Check the cloud.log for more information. For more detailed command output, add the VERBOSE_COMMANDS: '-vvv' option to the .magento.env.yaml file. |
118 | | Required utility was not found (timeout, bash) | |
119 | install-update: deploy-static-content | Command /bin/magento setup:static-content:deploy failed | Check the cloud.log for more information. For more detailed command output, add the VERBOSE_COMMANDS: '-vvv' option to the .magento.env.yaml file. |
120 | compress-static-content | Static content compression failed | Check the cloud.log for more information. |
121 | deploy-static-content:generate | Cannot update the deployed version | Cannot update the ./pub/static/deployed_version.txt file. Check your filesystem permissions. |
122 | clean-static-content | Failed to clean static content files | |
123 | install-update: split-db | Command /bin/magento setup:db-schema:split failed | Check the cloud.log for more information. For more detailed command output, add the VERBOSE_COMMANDS: '-vvv' option to the .magento.env.yaml file. |
124 | clean-view-preprocessed | Failed to clean the var/view_preprocessed folder | Unable to clean the ./var/view_preprocessed folder. Check your filesystem permissions. |
125 | install-update: reset-password | Failed to update the /var/credentials_email.txt file | Failed to update the /var/credentials_email.txt file. Check your filesystem permissions. |
126 | install-update: update | Command /bin/magento setup:upgrade failed | Check the cloud.log and install_upgrade.log for more information. For more detailed command output, add the VERBOSE_COMMANDS: '-vvv' option to the .magento.env.yaml file. |
127 | clean-cache | Command /bin/magento cache:flush failed | Check the cloud.log for more information. For more detailed command output, add the VERBOSE_COMMANDS: '-vvv' option to the .magento.env.yaml file. |
128 | disable-maintenance-mode | Command /bin/magento maintenance:disable failed | Check the cloud.log for more information. Add VERBOSE_COMMANDS: '-vvv' into .magento.env.yaml for more detailed command output. |
129 | install-update: reset-password | Unable to read reset password template | |
130 | install-update: cache_type | Command failed: php ./bin/magento cache:enable | Command php ./bin/magento cache:enable runs only when Adobe Commerce was installed but ./app/etc/env.php file was absent or empty at the beginning of the deployment. Check the cloud.log for more information. Add VERBOSE_COMMANDS: '-vvv' into .magento.env.yaml for more detailed command output. |
131 | install-update | The crypt/key key value does not exist in the ./app/etc/env.php file or the CRYPT_KEY cloud environment variable | This error occurs if the ./app/etc/env.php file is not present when Adobe Commerce deployment begins, or if the crypt/key value is undefined. If you migrated the database from another environment, retrieve the crypt key value from that environment. Then, add the value to the CRYPT_KEY cloud environment variable in your current environment. See Adobe Commerce encryption key. If you accidentally removed the ./app/etc/env.php file, use the following command to restore it from the backup files created from a previous deployment: ./vendor/bin/ece-tools backup:restore CLI command." |
132 | | Cannot connect to the Elasticsearch service | Check for valid Elasticsearch credentials and verify that the service is running |
137 | | Cannot connect to the OpenSearch service | Check for valid OpenSearch credentials and verify that the service is running |
133 | validate-config | Remove Magento Braintree module configuration which is no longer supported in Adobe Commerce or Magento Open Source 2.4 and later versions. | Support for the Braintree module is no longer included with Adobe Commerce or Magento Open Source 2.4.0 and later. Remove the CONFIG__STORES__DEFAULT__PAYMENT__BRAINTREE__CHANNEL variable from the variables section of the .magento.app.yaml file. For Braintree support, use an official Braintree Payments extension from the Commerce Marketplace instead. |
134 | validate-config | Adobe Commerce and Magento Open Source 2.4.0 require Elasticsearch service to be installed | Install Elasticsearch service |
138 | validate-config | Adobe Commerce and Magento Open Source 2.4.4 requires OpenSearch or Elasticsearch service to be installed | Install OpenSearch service |
135 | validate-config | The search engine must be set to Elasticsearch for Adobe Commerce and Magento Open Source >= 2.4.0 | Check the SEARCH_CONFIGURATION variable for the engine option. If it is configured, remove the option, or set the value to “elasticsearch”. |
136 | validate-config | Split Database was removed starting from Adobe Commerce and Magento Open Source 2.5.0. | If you use a split database you have to revert to or migrate to a single database or use an alternative approach. |
139 | validate-config | Incorrect search engine | This Adobe Commerce or Magento Open Source version does not support OpenSearch. Use versions 2.3.7-p3, 2.4.3-p2, or later |