Created
November 16, 2022 15:26
Revisions
-
lnoering created this gist
Nov 16, 2022 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,26 @@ ## Creating new environment to test the upgrade 1 - Create new branch from master ```bash git checkout -b cloud/upgrade-2.4.5 ``` 2 - Push that branch to cloud ```bash git push -u cloud cloud/upgrade-2.4.5:upgrade-2.4.5 ``` 3 - Set that branch to the environment with parent staging ```bash magento-cloud environment:info -e upgrade-2.4.5 parent staging ``` 4 - Ative o environment ```bash magento-cloud environment:activate -e upgrade-2.4.5 ``` 5 - List your environments ```bash magento-cloud environment:list ```