ezplatform-upgrade-script

UNIX name Owner Status
ezplatform-upgrade-script Contextual Code stable
Version Compatible with
N/A N/A
Interested in this extension? Sponsor it!

eZ Platform Upgrade Script

The repo provides a script which makes eZ Platform upgrades a bit more simpler.

Installation

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

Usage

  1. Clone your project. If you are trying to upgrade a running installation this step should be skipped:

    cd ~/Projects
    git clone
    cd
  2. Run the installed ezplatform-upgrade script. Please note it expects two arguments:
  3. Resolve merge conflicts and commit/push your new upgrade-3.0.0 branch.
  4. 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

No news yet.

This project has no reviews yet. Be the first one to review it!

No forum messages yet.