ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 41 - AD0-E722 discussion

Report
Export

An Architect is investigating a deployment issue with a server that is configured to work under the symlink directory /var/www/current, which lead to the latest released version of the application.

The deployment process performs the following steps:

After the last deployment, the merchant reported that the Adobe Commerce Import/Export functionality to export Customer Main File data is not working. The Architect discovered that the export file is not shown in the list of generated files.

Which change to the deployment process should be performed to solve this issue?

A.
Restart the consumer process during deployment to use the directory with a new application version for export files.
Answers
A.
Restart the consumer process during deployment to use the directory with a new application version for export files.
B.
Execute Command config:set export/customr/files_directory /var/releases/{release_nunber} to Set the new export path.
Answers
B.
Execute Command config:set export/customr/files_directory /var/releases/{release_nunber} to Set the new export path.
C.
Doable Crontab before deployment and re-launch after deployment.
Answers
C.
Doable Crontab before deployment and re-launch after deployment.
Suggested answer: B

Explanation:

The issue is that the export file is not shown in the list of generated files. This is because the export path is not set correctly. The solution is to execute the command config:set export/customr/files_directory /var/releases/{release_nunber} to set the new export path.This will ensure that the export file is saved in the correct directory and can be accessed from the Admin Panel.Reference: https://experienceleague.adobe.com/docs/commerce-cloud-service/user-guide/develop/deploy/staging-production.html?lang=en#deploy-to-staging-and-production1

asked 02/10/2024
BurtAnderson Carter
35 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first