how to upgrade magento 247 to 247 p2 using docker in ubuntu #1228
Replies: 2 comments 3 replies
-
@YevhenZvieriev do you have any idea about this Question? |
Beta Was this translation helpful? Give feedback.
-
To upgrade Magento from 2.4.7 to 2.4.7-p2, follow these steps: 1. Create a backup copyBefore performing any updates, I recommend making a backup of the database and store files. 2. Switch the site to maintenance modeEnable maintenance mode
3. Update Magento through ComposerUpdate Magento dependencies via Composer to version 2.4.7-p2
If you got error, then you should execute this command
Update your dependencies:
4. Clear the cache and restart the compilationAfter upgrading Composer, you need to run the script to refresh the database and clear the cache:
5. Check if the store is working correctly after the updateTo confirm that you've updated successfully, run the following command:
This will show you the current Magento version: If you have third-party modules, please make sure they are compatible with version 2.4.7-p2. |
Beta Was this translation helpful? Give feedback.
-
how to upgrade magento 247 to 247 p2 using docker in ubuntu
Beta Was this translation helpful? Give feedback.
All reactions