Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 588736d

Browse files
meker12hguthriedobooth
authored
Update Cloud upgrade section based on hotjar feedback (#8522)
* Updates based on hotjar feedback * Update src/cloud/project/project-upgrade.md Co-authored-by: hguthrie <hguthrie@users.noreply.github.com> * Update src/cloud/project/project-upgrade.md Co-authored-by: hguthrie <hguthrie@users.noreply.github.com> * Fix broken link Co-authored-by: hguthrie <hguthrie@users.noreply.github.com> Co-authored-by: Donald Booth <dobooth@adobe.com>
1 parent 1b7366c commit 588736d

File tree

1 file changed

+9
-6
lines changed

1 file changed

+9
-6
lines changed

src/cloud/project/project-upgrade.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,18 +16,20 @@ You can upgrade the core {{site.data.var.ee}} code base to a newer version. Befo
1616

1717
Review the [{{site.data.var.ece}} service versions][version compatibility matrix] information for the latest software version requirements. Your upgrade tasks may include the following:
1818

19-
- Update your PHP version Elasticsearch version, and other services
20-
- Convert an older configuration management file
21-
- Update the `.magento.app.yaml` file with new settings for hooks and environment variables
22-
- Upgrade third-party extensions to the latest supported version
23-
- Update the `.gitignore` file
19+
- Update PHP, Elasticsearch, and other services for compatibility with new Magento version. See [Change service version].
20+
- Convert an older configuration management file.
21+
- Update the `.magento.app.yaml` file with new settings for hooks and environment variables.
22+
- Upgrade third-party extensions to the latest supported version.
23+
- Update the `.gitignore` file.
2424

2525
{:.bs-callout-info}
2626
If you upgrade the PHP version, you must also submit a Support ticket to update the New Relic service.
2727

2828
### Configuration management
2929

30-
If you are upgrading from 2.1.4 or later to 2.2.x or later and use [Configuration Management], you need to migrate the `config.local.php` file. Older versions used a `config.local.php` file for Configuration Management, but version 2.2.0 and later use the `config.php` file. This file works exactly like the `config.local.php` file, but it has different configuration settings that include a list of your enabled modules and additional configuration options.
30+
Older versions of {{site.data.var.ee}}, such as 2.1.4 or later to 2.2.x or later, used a `config.local.php` file for Configuration Management. {{site.data.var.ee}} version 2.2.0 and later use the `config.php` file, which works exactly like the `config.local.php` file, but it has different configuration settings that include a list of your enabled modules and additional configuration options.
31+
32+
When upgrading from an older version, you must migrate the `config.local.php` file to use the newer `config.php` file. Use the following steps to backup your configuration file and create a new one.
3133

3234
{:.procedure}
3335
To create a temporary `config.php` file:
@@ -302,6 +304,7 @@ To resolve the error:
302304
<!--Link definitions-->
303305
[.magento.app.yaml]: {{site.baseurl}}/cloud/project/magento-app.html
304306
[Configuration Management]: {{site.baseurl}}/cloud/live/sens-data-over.html
307+
[Change service version]: {{site.baseurl}}/cloud/project/services.html#change-service-version
305308
[Examine the logs]: {{site.baseurl}}/cloud/project/log-locations.html
306309
[extensions section of the .magento.app.yaml file]: {{site.baseurl}}/cloud/project/magento-app.html#configure-php-options
307310
[Fastly CDN module for Magento 2]: {{site.baseurl}}/cloud/cdn/cloud-fastly.html#fastly-cdn-module-for-magento-2

0 commit comments

Comments
 (0)