Onglet Deploy
Cet onglet permet d’isoler rapidement les problèmes et les causes des problèmes de déploiement.
Deploy log Deployment Troubleshooter
L’image Deploy log Deployment Troubleshooter affiche le nombre d’événements de journal de déploiement qui se sont produits au cours de la période sélectionnée. L’objectif est de fournir une vue d’ensemble de l’activité de déploiement et de déterminer la complexité du déploiement en fonction du nombre. Plus le nombre de messages consignés est élevé, plus le déploiement est complexe.
Deploy State
L’image Deploy State montre les événements de déploiement qui se sont produits au cours de la période sélectionnée. L’analyseur de ce cadre recherche ces signaux spécifiques :
- '
%NOTICE: Starting generate command%
') comme 'start_gen
' - '
%git apply /app/vendor/magento/ece-tools/patches%
') comme 'apply_patches
' - '
%Set flag: .static_content_deploy%
') comme 'SCD
' - '
%NOTICE: Generate command completed%
') comme 'gen_compl
' - '
%NOTICE: Starting deploy.%
') comme 'start_deploy
' - '
%NOTICE: Deployment completed%
') comme 'deploy_compl
' - '
%NOTICE: Starting post-deploy.%
') comme 'start_pdeploy
' - '
%NOTICE: Post-deploy is complete%
') comme 'pdeploy
' - '
%deploy-complete%
') comme 'cl_deploy_compl
'
Deploy Log Detail
L’image Deploy Log Detail affiche les détails de résumé du message du journal de déploiement qui se sont produits au cours de la période sélectionnée. Le cadre analyse les chaînes suivantes dans les journaux de déploiement :
- '
%NOTICE: Starting deploy.%
') comme 'start_dply
' - '
%INFO: Starting scenario(s): scenario/deploy.xml%
') comme 'start_scenario
' - '
%NOTICE: Starting pre-deploy%
') comme 'strt_predply
' - '
%INFO: Restoring patch log file%
') comme 'rstr_ptch_log
' - '
%INFO: Updating cache configuration.%
') comme 'updt_cach_config
' - '
%INFO: Set Redis slave connection%
') comme 'redis_sec_conn_set
' - '
%INFO: Static content deployment was performed during build hook, cleaning old content%
') comme 'scd_build_hk
' - '
%INFO: Clearing pub/static%
') comme 'clr_pub_static
' - '
%NFO: Clearing redis cache:%
') comme 'clr_redis_cach
' - '
%INFO: Clearing var/cache directory%
') comme 'clr_var_cach
' - '
%NOTICE: Enabling Maintenance mode%
') comme 'enable_maint_mode
' - '
%INFO: Disable cron%
') comme 'disable_cron
' - '
%INFO: Trying to kill running cron jobs and consumers processes%
') comme 'kill_cron_try
' - '
%INFO: Running Adobe Commerce cron and consumers processes were not found.%
') comme 'no_cron_fnd
' - '
%NOTICE: Validating configuration%
') comme 'validate_config
' - '
%The following admin data is required to create an admin user during initial installation%
') comme 'no_admin
' - '
%recommended PHP version satisfying the constraint%
') comme 'php_ver_constraint
' - '
%WARNING: Fix configuration with given suggestions:%
') comme 'fix_config_sugg
' - '
%WARNING: [2003] The directory nesting level value for error reporting has not been configured.%
') comme 'nest_err_reporting
' - '
%NOTICE: End of validation%
') comme 'end_validation
' - '
%NOTICE: Starting update.%
') comme 'start_update
' - '
%INFO: Updating env.php.%
') comme 'update_php_env
' - '
%INFO: Updating env.php DB connection configuration.%
') comme 'update_php_env_db
' - '
%INFO: Updating env.php AMQP configuration%
') comme 'update_php_env_amqp
' - '
%INFO: Set search engine to: elasticsearch7%
') comme 'set_elastic7
' - '
%elasticsearch 6.5.4 has passed EOL%
') comme 'elastic_ver_EOL
' - '
%INFO: Set search engine to: elasticsearch6%
') comme 'set_elastic6
' - '
%INFO: Updating secure and unsecure URLs%
') comme 'update_urls
' - '
%INFO: Running setup upgrade.%
') comme 'setup_upgrade_run
' - '
%INFO: Post-deploy hook enabled. Cron enabling, cache cleaning, and pre-warming operations are postponed%
') comme 'post_hook_enabled
' - '
%NOTICE: Maintenance mode is disabled.%
') comme 'maint_mode_disabled
' - '
%INFO: Scenario(s) finished%
') comme 'scenario_finished
' - '
%WARNING: Command maintenance:enable finished with an error. Creating a maintenance flag file%
') comme 'enable_maintenance_fail
' - '
%MySQL server has gone away%
') comme 'MySQL_has_gone_away
'
Post Deploy Log Detail
L’image Post Deploy Log Detail affiche les détails du journal de post-déploiement qui se sont produits au cours de la période sélectionnée. Ce cadre est axé sur des messages de journal spécifiques qui contiennent les chaînes suivantes :
- '
%Disabled maintenance mode%
') comme 'disabled_maint_mode
' - '
%INFO: Starting scenario(s): scenario/post-deploy.xml%
') comme 'start_pstdply_scenario
' - '
%NOTICE: Validating configuration%
') comme 'val_config
' - '
%NOTICE: End of validation%
') comme 'end_val_config
' - '
%INFO: Enable cron%
') comme 'cron_enabled
' - '
%INFO: Create backup of important files.%
') comme 'file_backup
' - '
%INFO: Successfully created backup%
') comme 'file_backup_success
' - '
%INFO: Starting page warming up%
') comme 'pg_warmup_start
' - '
%INFO: Warmed up page:%
') comme 'warmed_up_pg
' - '
%ERROR: Warming up failed:%
') comme 'warm_up_pg_err
' - '
%INFO: Scenario(s) finished%
') comme 'scenario_finished
'
Cloud Log Detail
L’image Cloud Log Detail affiche les détails du journal de cloud qui se sont produits au cours de la période sélectionnée. Les chaînes suivantes sont analysées et renvoyées avec l’étiquette "AS" ci-dessous :
- '
%DEBUG: /bin/bash -c "set -o pipefail; php ./bin/magento setup:upgrade%
') comme 'start_update
' - '
%Schema creation/updates:%
') comme 'schema_updates
' - '
%Nothing to import.%
') comme 'mod_import_finish
' - '
%NOTICE: End of update.%
') comme 'update_finished
' - '
%DEBUG: Running step: deploy-static-content%
') comme 'scd_run
' - '
%NOTICE: Skipping static content deploy. SCD on demand is enabled.%
') comme 'scd_ondemand
' - '
%INFO: Clearing%
') comme 'clr_dirs
' - '
%DEBUG: Step "deploy-static-content" finished%
') comme 'scd_finished
' - '
%NOTICE: Skipping static content compression. SCD on demand is enabled.%
') comme 'scd_compression_run
' - '
%INFO: Clearing var/cache directory%
') comme 'clr_var_cach
' - '
%DEBUG: Step "compress-static-content" finished%
') comme 'scd_compression_finished
' - '
%DEBUG: Running step: deploy-complete%
') comme 'deploy_finished
' - '
%INFO: Post-deploy hook enabled. Cron enabling, cache cleaning, and pre-warming operations are postponed to post-deploy stage.%
') comme 'Post_deploy_hook_enabled
' - '
%NOTICE: Maintenance mode is disabled.%
') comme 'maint_mode_disabled
' - '
%INFO: Scenario(s) finished%
') comme 'scenario_finished
' - '
%post-deploy.xml%
') comme 'post_deploy_start
' - '
%NOTICE: Validating configuration%
') comme 'validate_config
' - '
%WARNING: [2003] The directory nesting level value for error reporting has not been configured.%
') comme 'nest_err_reporting
' - '
%NOTICE: End of validation%
') comme 'end_validation
' - '
%INFO: Enable cron%
') comme 'enable_cron
' - '
%INFO: Create backup of important files%
') comme 'create_backup
' - '
%DEBUG: Step "backup" finished%
') comme 'backup_finished
' - '
%INFO: Starting page warming up%
') comme 'warmup_start
' - '
%ERROR: Warming up failed:%
') comme 'warm_up_fail
' - '
%DEBUG: Step "warm-up" finished%
') comme 'warmup_finished
' - '
%DEBUG: Step "time-to-first-byte" finished%
') comme 'ttfb_finished
' - '
%INFO: Scenario(s) finished%
') comme 'post_deploy_finished
' - '
%DEBUG: Running step: pre-build%
') comme 'run_pre-build
' - '
%DEBUG: Flag .static_content_deploy has already been deleted%
') comme 'scd_flag_del
' - '
%DEBUG: Step "pre-build" finished%
') comme 'pre-build_completed
' - '
%NOTICE: Applying patches%
') comme 'apply_patches
' - '
%has been applied%
') comme 'patches_applied
' - '
%DEBUG: Step "apply-patches" finished%
') comme 'apply_patches_complete
' - '
%Deploy using quick strategy%
') comme 'quick_strategy_deploy
' - '
%NOTICE: Running DI compilation%
') comme 'di_compliation_start
' - '
%NOTICE: End of running DI compilation%
') comme 'di_compliation_finished
' - '
%NOTICE: Generating fresh static content%
') comme 'gen_frsh_static_content
' - '
%magento setup:static-content:deploy%
') comme 'scd_executing
' - '
%NOTICE: End of generating fresh static content%
') comme 'gen_frsh_static_cont_finished
' - '
%INFO: Starting scenario(s): scenario/build/transfer.xml%
') comme 'start_transferxml
' - '
%INFO: Trying to kill running cron jobs%
') comme 'kill_crons
' - '
%INFO: Clearing redis cache:%
') comme 'clear_redis_cache
' - '
%INFO: Checking if db exists and has tables%
') comme 'db_check
' - '
%WARNING: [2010] Elasticsearch service is installed at infrastructure layer, but is not used as a search engine.%
) en tant que 'es_not_used
' - '
%NOTICE: Starting update.%
') comme 'starting_update
' - '
%INFO: Set search engine to: mysql%
') comme 'mysql_search
' - '
%SQLSTATE[HY000] [2006] MySQL server has gone away%
') comme 'mysql_gone
'
Count of modules imported during deploy
L’image Count of modules imported during deploy indique le nombre de modules importés pendant le déploiement sur la période sélectionnée.
Deployed module list
L’image Deployed module list affiche les modules déployés sur la période sélectionnée.