You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 19, 2024. It is now read-only.
For **Pro plans**, tye Production environment in the 3 node infrastructure uses auto-incrementing by 3 for all data IDs. Do not develop using hard-coded database IDs in your development. Due to the incremented data IDs, the referenced data will differ across the three nodes in Production.
99
+
For **Pro plans**, the Production environment has a three node infrastructure that uses auto-incrementing by 3 for all data IDs. Do not develop using hard-coded database IDs in your development. Due to the incremented data IDs, the referenced data will differ across the three nodes in Production.
100
100
</div>
101
101
102
102
These example instructions detail how to install and create a MariaDB database for Magento on your local:
Copy file name to clipboardExpand all lines: guides/v2.2/cloud/project/project-upgrade.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ When you upgrade {{site.data.var.ece}}, you also upgrade with patches and availa
20
20
21
21
Our upgrades are Composer driven. For more information on Composer, see [Composer in Cloud]({{ page.baseurl }}cloud/reference/cloud-composer.html).
22
22
23
-
When upgrading from 2.0.X or 2.1.X to 2.2.X, please see [Upgrade from 2.1.X](#old-version).
23
+
When upgrading from 2.0.X or 2.1.X to 2.2.X, please see [Upgrade from 2.0.X or 2.1.X](#old-version). For additional information on the release, see the [{{site.data.var.ece}} 2.2 Release Notes].
Always apply and test a patch your local system in an active branch. You can push and test in an Integration environment prior to deploying across all environments.
@@ -32,7 +32,7 @@ You can directly upgrade to {{site.data.var.ece}} 2.2 from the following version
32
32
* 2.0.X versions: 2.0.14, 2.0.15, 2.0.16
33
33
* 2.1.X versions: 2.1.7, 2.1.8, 2.1.9
34
34
35
-
We have heavily tested and verifed upgrades to 2.2 from the latest three versions of 2.0.X and 2.1.X.
35
+
We have heavily tested and verified upgrades to 2.2 from the latest three versions of 2.0.X and 2.1.X.
36
36
37
37
You can attempt to upgrade from any version directly to {{site.data.var.ece}} 2.2. We cannot guarantee the results. For example, you should be able to upgrade from 2.0.10 or 2.1.4 directly to 2.2.
Copy file name to clipboardExpand all lines: guides/v2.2/cloud/release-notes/CloudReleaseNotes2.2.md
+16-6Lines changed: 16 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ redirect_from:
15
15
16
16
We are pleased to present {{site.data.var.ece}} 2.2.0 General Availability. This release includes numerous functional fixes and enhancements.
17
17
18
-
To fully upgrade {{site.data.var.ece}}, see [Upgrade Magento Commerce (Cloud)](http://devdocs.magento.com/guides/v2.2/cloud/project/project-upgrade.html). Specific steps and vital information for upgrading from 2.1.X are included.
18
+
To fully upgrade {{site.data.var.ece}}, see [Upgrade Magento Commerce (Cloud)](http://devdocs.magento.com/guides/v2.2/cloud/project/project-upgrade.html). Specific steps and vital information for upgrading from 2.0.X and 2.1.X are included. For specific changes for deployments, see [Changes in Deployment](#deploy).
19
19
20
20
## Highlights {#highlights}
21
21
@@ -25,9 +25,9 @@ Look for the following {{site.data.var.ece}} highlights in this release:
25
25
26
26
***B2B Commerce functionality** is designed to meet the needs of merchants whose primary customers are companies, rather than consumers. Companies can create and maintain their own accounts, each with teams of buyers with various roles and levels of permission. B2B Commerce functionality also includes a flexible API that integrates with a variety of ERP solutions from Magento partners. B2B is supported for {{site.data.var.ece}} Pro subscriptions. See [B2B Quick Tour](http://docs.magento.com/m2/ce/user_guide/getting-started/quick-tour.html) for an overview of the rich B2B feature set we're introducing in this release, and [Getting Started with Magento Commerce for B2B](http://docs.magento.com/m2/b2b/user_guide/getting-started.html) for a more complete exploration of these new features.
27
27
28
-
***Magento Commerce Starter**. In addition to our Pro plan, Magento Cloud (Commerce) now comes in a smaller, platform-as-a-service version — Magento Commerce Starter. For an overview of these plans, see [Welcome to Magento Commerce Cloud](http://devdocs.magento.com/guides/v2.2/cloud/bk-cloud.html).
28
+
***Magento Commerce Starter**. In addition to our Pro plan, Magento Cloud (Commerce) now comes in a smaller, Platform-as-a-Service version — Magento Commerce Starter. For an overview of these plans, see [Welcome to Magento Commerce Cloud](http://devdocs.magento.com/guides/v2.2/cloud/bk-cloud.html). For specific information on Starter, see Starter [architecture](http://devdocs.magento.com/guides/v2.2/cloud/basic-information/starter-architecture.html) and [develop and deploy workflow](http://devdocs.magento.com/guides/v2.2/cloud/basic-information/starter-develop-deploy-workflow.html).
29
29
30
-
***Improvements to the {{site.data.var.ece}} deployment process**. This release includes new build and deployment variables. Users of earlier versions of {{site.data.var.ece}} will note that MCC has been replaced by ece-tools and ece-patches, which allows for patching your {{site.data.var.ece}} without requiring a full installation of base code and the patch. For more information, see [Magento application environment variables](http://devdocs.magento.com/guides/v2.2/cloud/env/environment-vars_magento.html) and [Composer](http://devdocs.magento.com/guides/v2.2/cloud/reference/cloud-composer.html).
30
+
***Improvements to the {{site.data.var.ece}} deployment process**. This release includes new build and deployment variables. Users of earlier versions of {{site.data.var.ece}} will note that MCC has been replaced by ece-tools and ece-patches, which allows for patching your {{site.data.var.ece}} without requiring a full installation of base code and the patch. For more information, see [Magento application environment variables](http://devdocs.magento.com/guides/v2.2/cloud/env/environment-vars_magento.html), [Composer](http://devdocs.magento.com/guides/v2.2/cloud/reference/cloud-composer.html), and [Changes in Deployment](#deploy).
31
31
32
32
***Upgraded technology stack.** {{site.data.var.ece}} recommends Fastly 1.2.28 and dropped support for PHP 5.6 and Varnish 3. We now support PHP 7.1 and Varnish 5, along with Redis 3.2 and MySQL 5.7. All [third-party libraries](http://devdocs.magento.com/guides/v2.2/release-notes/thirdparty-mccloud.html) have been upgraded to the latest stable version.
33
33
@@ -87,12 +87,12 @@ When upgrading to {{site.data.var.ece}} 2.2, consider the following changes in d
87
87
88
88
*`.magento.app.yaml` has new build and deploy hooks. As part of your upgrade, you should update the `.magento.app.yaml` file with new build and deploy hooks and a set of environment variables. All actions completed by build and deploy are completed by these hooks. For instructions, see [Update .magento.app.yaml](http://devdocs.magento.com/guides/v2.2/cloud/project/project-upgrade.html#magento-app-yaml). For additional technical information, we have removed pre-deployment tasks, refined build and deploy tasks, and modified build and deploy variables.
89
89
90
-
* Modified and updated available build and deploy variables. For a full list, see [Magento application environment variables](http://devdocs.magento.com/guides/v2.2/cloud/env/environment-vars_magento.html). For 2.2, we have removed `skip_di_compilation` and `skip_di_clearing` from `build-options.ini`. These cannot be run for 2.2 in the build phase.
91
-
92
90
* The build variable `GENERATED_CODE_SYMLINKS` has been removed. The generated folders `var/generation` and `var/di` have been moved to a `generated/` read-only directory. The folder `var/generation` is now `generated/code` and `var/di` is now `generated/metapackage`.
93
91
94
92
* With the removal of `GENERATED_CODE_SYMLINKS`, you cannot execute `setup:di:compile` directly on a server.
95
93
94
+
* Modified and updated available build and deploy variables. For a full list, see [Magento application environment variables](http://devdocs.magento.com/guides/v2.2/cloud/env/environment-vars_magento.html). For 2.2, we have removed `skip_di_compilation` and `skip_di_clearing` from `build-options.ini`. These cannot be run for 2.2 in the build phase.
95
+
96
96
## Community contributions {#community}
97
97
98
98
We are grateful to the wider Magento community and would like to acknowledge their contributions to this release. Check out the following ways you can learn about the community contributions to our current releases:
@@ -109,7 +109,17 @@ For {{site.data.var.ece}} requirements, see [Technologies and Requirements](http
109
109
The {{site.data.var.ee}} technology stack is built on PHP and MySQL. For details, see [Technology stack requirements]({{ page.baseurl }}install-gde/system-requirements-tech.html) and [System Requirements]({{ site.baseurl }}magento-system-requirements.html){:target="_blank"}.
110
110
111
111
## Installation and upgrade instructions {#install-upgrade}
112
+
If installing and working with {{site.data.var.ece}} for the first time, we recommend [First-time development setup]({{ page.baseurl }}cloud/access-acct/first-time-setup.html).
112
113
113
114
To test and implement your {{site.data.var.ece}} upgrade, see [Upgrade Magento Commerce (Cloud)]({{ page.baseurl }}cloud/project/project-upgrade.html). We include upgrade paths and additional instructions for upgrading from 2.0.X and 2.1.X.
114
115
115
-
If installing and working with {{site.data.var.ece}} for the first time, we recommend [First-time development setup]({{ page.baseurl }}cloud/access-acct/first-time-setup.html).
116
+
You can directly upgrade to {{site.data.var.ece}} 2.2 from the following versions:
117
+
118
+
* 2.0.X versions: 2.0.14, 2.0.15, 2.0.16
119
+
* 2.1.X versions: 2.1.7, 2.1.8, 2.1.9
120
+
121
+
We have heavily tested and verified upgrades to 2.2 from the latest three versions of 2.0.X and 2.1.X.
122
+
123
+
You can attempt to upgrade from any version directly to {{site.data.var.ece}} 2.2. We cannot guarantee the results. For example, you should be able to upgrade from 2.0.10 or 2.1.4 directly to 2.2.
124
+
125
+
If you prefer a secured and verified upgrade path, you can upgrade to one of the verified and tested versions, then directly upgrade to 2.2. For example, you could upgrade from 2.0.10 to 2.0.14, then upgrade to 2.2.
0 commit comments