Upgrading from 2.4.2 to 2.4.7 #1197
-
I have my 2.4.2 site from cloud commerce running in docker (thanks Mark!). I want to upgrade to 2.4.7 in a docker instance before I do it on my staging and then production servers. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 10 replies
-
Hello, @dynamicapps I have also upgraded my sandbox Magento instance from 2.4.2 to 2.4.7 so hope I will help you :) Containers to Simply Update:Nginx (app):2.4.2: markoshust/magento-nginx:1.18-8 2.4.7: markoshust/magento-nginx:1.24-0 PHP-FPM (phpfpm):2.4.2: markoshust/magento-php:7.4-fpm 2.4.7: markoshust/magento-php:8.3-fpm-2 Redis:2.4.2: redis:6.0 2.4.7: redis:7.2-alpine Mailcatcher:Image hasn't changed: sj26/mailcatcher No update is needed. RabbitMQ:2.4.2: rabbitmq:3.8 2.4.7: markoshust/magento-rabbitmq:3.12-0 Containers Requiring Additional Steps:MariaDB (db):2.4.2: mariadb:10.4 2.4.7: mariadb:10.6 Updating the database may require additional migration steps. It is recommended to back up your data before updating. Elasticsearch/OpenSearch:2.4.2: markoshust/magento-elasticsearch:7.9 2.4.7: markoshust/magento-opensearch:2.12-0 After updating the image, you might need to update the Elasticsearch or OpenSearch indices. In my case
My friendly recommendations:
BTW, feel free to use the script If you have any additional questions or need further assistance, feel free to reach out :) |
Beta Was this translation helpful? Give feedback.
-
@YevhenZvieriev, |
Beta Was this translation helpful? Give feedback.
Hello, @dynamicapps
I have also upgraded my sandbox Magento instance from 2.4.2 to 2.4.7 so hope I will help you :)
Containers to Simply Update:
Nginx (app):
2.4.2: markoshust/magento-nginx:1.18-8
2.4.7: markoshust/magento-nginx:1.24-0
PHP-FPM (phpfpm):
2.4.2: markoshust/magento-php:7.4-fpm
2.4.7: markoshust/magento-php:8.3-fpm-2
Redis:
2.4.2: redis:6.0
2.4.7: redis:7.2-alpine
Mailcatcher:
Image hasn't changed: sj26/mailcatcher
No update is needed.
RabbitMQ:
2.4.2: rabbitmq:3.8
2.4.7: markoshust/magento-rabbitmq:3.12-0
Containers Requiring Additional Steps:
MariaDB (db):
2.4.2: mariadb:10.4
2.4.7: mariadb:10.6
Updating the database may require additional migration steps. It is recommended…