|
334 | 334 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_WRONG_BRAINTREE_VARIABLE:
|
335 | 335 | step: validate-config
|
336 | 336 | title: 'Remove Magento Braintree module configuration which is no longer supported in Magento 2.4 and later versions.'
|
337 |
| - suggestion: 'Support for the Braintree module is no longer included with Magento 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 Magento Marketplace instead.' |
| 337 | + suggestion: 'Support for the Braintree module is no longer included with Magento 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.' |
338 | 338 | stage: deploy
|
339 | 339 | type: critical
|
340 | 340 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_ES_SERVICE_NOT_INSTALLED:
|
|
504 | 504 | step: validate-config
|
505 | 505 | type: warning
|
506 | 506 | !php/const Magento\MagentoCloud\App\Error::WARN_SOLR_DEPRECATED:
|
507 |
| - title: 'Solr support has been deprecated in Magento 2.1.' |
| 507 | + title: 'Solr support has been deprecated in Adobe Commerce and Magento Open Source 2.1.' |
508 | 508 | stage: deploy
|
509 | 509 | step: validate-config
|
510 | 510 | type: warning
|
511 | 511 | !php/const Magento\MagentoCloud\App\Error::WARN_SOLR_NOT_SUPPORTED:
|
512 |
| - title: 'Solr is no longer supported by Magento 2.2 or later.' |
| 512 | + title: 'Solr is no longer supported by Adobe Commerce and Magento Open Source 2.2 or later.' |
513 | 513 | stage: deploy
|
514 | 514 | step: validate-config
|
515 | 515 | type: warning
|
|
520 | 520 | step: validate-config
|
521 | 521 | type: warning
|
522 | 522 | !php/const Magento\MagentoCloud\App\Error::WARN_ES_VERSION_MISMATCH:
|
523 |
| - title: 'Elasticsearch service version on infrastructure layer is not compatible with current version of the elasticsearch/elasticsearch module, used by your Magento application.' |
| 523 | + title: 'Elasticsearch service version on infrastructure layer is not compatible with current version of the elasticsearch/elasticsearch module, used by your Adobe Commerce application.' |
524 | 524 | stage: deploy
|
525 | 525 | step: validate-config
|
526 | 526 | type: warning
|
527 | 527 | !php/const Magento\MagentoCloud\App\Error::WARN_CONFIG_NOT_COMPATIBLE:
|
528 |
| - title: 'The current configuration is not compatible with this version of Magento' |
| 528 | + title: 'The current configuration is not compatible with this version of Adobe Commerce' |
529 | 529 | stage: deploy
|
530 | 530 | step: validate-config
|
531 | 531 | type: warning
|
|
550 | 550 | step: validate-config
|
551 | 551 | type: warning
|
552 | 552 | !php/const Magento\MagentoCloud\App\Error::WARN_SERVICE_VERSION_NOT_COMPATIBLE:
|
553 |
| - title: 'The current configuration is not compatible with this version of Magento' |
| 553 | + title: 'The current configuration is not compatible with this version of Adobe Commerce' |
554 | 554 | stage: deploy
|
555 | 555 | step: validate-config
|
556 | 556 | type: warning
|
|
566 | 566 | step: validate-config
|
567 | 567 | type: warning
|
568 | 568 | !php/const Magento\MagentoCloud\App\Error::WARN_DEPRECATED_SPLIT_DB:
|
569 |
| - title: 'Split Database was deprecated in the Magento 2.4.2 and will be removed in 2.5.' |
| 569 | + title: 'Split Database was deprecated in the Adobe Commerce and Magento Open Source 2.4.2 and will be removed in 2.5.' |
570 | 570 | stage: deploy
|
571 | 571 | suggestion: 'If you use split database you should start planning to revert to or migrate to a single database or use an alternative approach.'
|
572 | 572 | step: validate-config
|
573 | 573 | type: warning
|
574 | 574 | !php/const Magento\MagentoCloud\App\Error::WARN_ENV_PHP_MISSED:
|
575 |
| - title: 'Magento installation completed, but the `app/etc/env.php` configuration file was missing or empty.' |
| 575 | + title: 'Adobe Commerce installation completed, but the `app/etc/env.php` configuration file was missing or empty.' |
576 | 576 | suggestion: 'Required data will be restored from environment configurations and from .magento.env.yaml file.'
|
577 | 577 | stage: deploy
|
578 | 578 | step: install-update
|
|
611 | 611 | !php/const Magento\MagentoCloud\App\Error::WARN_NOT_SUPPORTED_MAGE_MODE:
|
612 | 612 | title: 'Mode value for MAGE_MODE environment variable not supported'
|
613 | 613 | stage: deploy
|
614 |
| - suggestion: 'Remove the MAGE_MODE environment variable, or change its value to "production". Magento Cloud supports "production" mode only.' |
| 614 | + suggestion: 'Remove the MAGE_MODE environment variable, or change its value to "production". Adobe Commerce on cloud infrastructure supports "production" mode only.' |
615 | 615 | step: 'validate-config:mage-mode-variable'
|
616 | 616 | type: warning
|
617 | 617 | !php/const Magento\MagentoCloud\App\Error::WARN_REMOTE_STORAGE_CANNOT_BE_ENABLED:
|
|
621 | 621 | step: remote-storage
|
622 | 622 | type: warning
|
623 | 623 | !php/const Magento\MagentoCloud\App\Error::WARN_DEBUG_LOG_ENABLED:
|
624 |
| - title: 'Debug logging is enabled in Magento' |
| 624 | + title: 'Debug logging is enabled in Adobe Commerce' |
625 | 625 | suggestion: 'To save disk space, do not enable debug logging for your production environments.'
|
626 | 626 | stage: post-deploy
|
627 | 627 | step: validate-config
|
|
646 | 646 | type: warning
|
647 | 647 | stage: general
|
648 | 648 | !php/const Magento\MagentoCloud\App\Error::WARN_OS_ES_SERVICES_BOTH_INSTALLED:
|
649 |
| - title: 'Elasticsearch and Opensearch services are both installed at infrastructure layer. Magento 2.4.4 and higher uses Opensearch by default' |
| 649 | + title: 'Elasticsearch and Opensearch services are both installed at infrastructure layer. Adobe Commerce and Magento Open Source 2.4.4 and higher use Opensearch by default' |
650 | 650 | suggestion: 'Consider removing the Elasticsearch or Opensearch service from the infrastructure layer to optimize resource usage.'
|
651 | 651 | stage: deploy
|
652 | 652 | step: validate-config
|
653 | 653 | type: warning
|
654 | 654 | !php/const Magento\MagentoCloud\App\Error::DEPLOY_MAGENTO_VERSION_DOES_NOT_SUPPORT_OS:
|
655 | 655 | step: validate-config
|
656 | 656 | title: 'Incorrect search engine'
|
657 |
| - suggestion: 'This Magento version does not support Opensearch. You must use versions 2.3.7-p3, 2.4.3-p2, or higher' |
| 657 | + suggestion: 'This Adobe Commerce or Magento Open Source version does not support Opensearch. You must use versions 2.3.7-p3, 2.4.3-p2, or higher' |
658 | 658 | stage: deploy
|
659 | 659 | type: critical
|
0 commit comments