Find the Exponential Software extensions you want
| UNIX name | Owner | Status |
|---|---|---|
| ezplatform-upgrade-script | 7x | stable |
| Version | Compatible with |
|---|---|
| N/A | N/A |
The repo provides a script which makes eZ Platform upgrades a bit more simpler.
wget https://gitlab.com/contextualcode/ezplatform-upgrade-script/-/raw/master/bin/ezplatform-upgrade.sh -O /usr/local/bin/ezplatform-upgrade && chmod +x /usr/local/bin/ezplatform-upgrade
Clone your project. If you are trying to upgrade a running installation this step should be skipped:
cd ~/Projects
git clone
cd
ezplatform-upgrade 3.0.0 theirs
After QA and tests at upgrade-3.0.0 branch it could be deployed on production:
git checkout master
git merge upgrade-3.0.0
git push origin master