Skip to content

zero1limited/magento2-upgrader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

magento2-upgrader

Simple bash script to upgrade magento and composer requirements

Setup

  • You must be in the Magento project root
  • You must have auth.json configured
  • You must have the correct version of PHP for the target Magento version installed

Running

curl -sL https://raw.githubusercontent.com/zero1limited/magento2-upgrader/refs/heads/master/upgrade | /bin/bash -s -- --magento-version 2.4.8-p3

Replace 2.4.8-p3 with whatever version you're wanting to install

Limitations

  • Only repositores, extra.patches and require are persisted, if you have other modification you will need to copy them after the install. These can be seen with diff -u composer.json.bak composer.json
  • No test of Magento functions

About

Simple bash script to upgrade magento and composer requirements

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages