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

Commit 96c1788

Browse files
Merge branch 'master' into imported-misuadobe-devdocs-9328
2 parents dde21b2 + 154dd72 commit 96c1788

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+841
-92
lines changed

src/_data/core-releases.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@
111111
"tagName":"2.3.0"
112112
}
113113
],
114-
"end-of-support": "2022-04-??"
114+
"end-of-support": "2022-09-08"
115115
},
116116
"2.2": {
117117
"releases": [

src/_includes/config/redis-verify.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ If you use Redis for page caching, you'll see output similar to the following:
5252

5353
### Inspecting compressed data
5454

55-
To inspect compressed Session data and Page Cache, the [Redis Desktop Manager](https://flathub.org/apps/details/dev.rdm.RDM) supports the automatic decompression of Magento 2 Session and Page cache and displays PHP session data in a human-readable form.
55+
To inspect compressed Session data and Page Cache, the [RESP.app](https://flathub.org/apps/details/app.resp.RESP) supports the automatic decompression of Magento 2 Session and Page cache and displays PHP session data in a human-readable form.
5656

5757
### Redis ping command
5858

src/cloud/cdn/cloud-vcl-custom-snippets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ Use the Fastly API [create snippet](https://docs.fastly.com/api/config#snippet_4
241241
curl -H "Fastly-Key: $FASTLY_API_TOKEN" https://api.fastly.com/service/$FASTLY_SERVICE_ID/version/$FASTLY_EDIT_VERSION/snippet -H 'Content-Type: application/json' -X POST --data @<filename.json>
242242
```
243243

244-
The `<filename.vcl>` is the name of the file you prepared in the previous step. Repeat this command for each VCL snippet.
244+
The `<filename.json>` is the name of the file you prepared in the previous step. Repeat this command for each VCL snippet.
245245

246246
If you receive a `500 Internal Server Error` response from the Fastly service, check the JSON file syntax to make sure you are uploading a valid file.
247247

src/cloud/project/log-locations.md

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,7 @@ You can view the logs from the file system, the project web UI, and the `magento
1919
- **Magento Cloud CLI**—You can view logs using the `magento-cloud log` command.
2020

2121
{:.bs-callout-tip}
22-
For Pro environments, automatic log rotation, compression, and removal are enabled for log files with a fixed file name. Each log file type has a rotating pattern and lifetime. Starter environments do not have log rotation.
23-
24-
Full details of the environment's log rotation and lifespan of compressed logs can be found in the following locations :
25-
26-
```terminal
27-
/etc/logrotate.conf
28-
/etc/logrotate.d/<various>
29-
```
22+
For Pro environments, automatic log rotation, compression, and removal are enabled for log files with a fixed file name. Each log file type has a rotating pattern and lifetime. Starter environments do not have log rotation. Full details of the environment's log rotation and lifespan of compressed logs can be found in: `/etc/logrotate.conf` and `/etc/logrotate.d/<various>`
3023

3124
## Manage log data
3225

src/cloud/project/new-relic.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ The aggregated data includes information from the following logs:
4343
- Logs for cloud services from the `var/log/platform/<project-ID>` directory
4444
- Fastly CDN and WAF logs
4545

46-
As soon as your project is connected to New Relic, you can use the New Relic Logs service to complete tasks like the following:
46+
When your project is connected to New Relic, you can use the New Relic Logs service to complete tasks like the following:
4747

4848
- Use [New Relic queries][New Relic query syntax for logs] to search aggregated log data
4949
- Visualize log data through the New Relic Logs application
@@ -59,9 +59,9 @@ When Adobe provisions your {{site.data.var.ece}} project, the License Owner rece
5959
A New Relic account can have only one person assigned to the Owner role. If you must change the account owner, assign the Admin role to the current Owner, then assign the Owner role to another user. See [Update the account owner] in the New Relic documentation for instructions.
6060

6161
{:.bs-callout-tip}
62-
Before assigning the Owner role to a user, verify that the user exists on the New Relic account for {{site.data.var.ece}}. If you need to add the user to that account and an existing account Owner or Admin cannot help, any user with access to the [Adobe Partnership Owner Account] for New Relic can add users on behalf of the customer.
62+
Before assigning the Owner role to a user, verify that the user exists on the New Relic account for {{site.data.var.ece}}. If you must add the user to that account and an existing account Owner or Admin cannot help, any user with access to the [Adobe Partnership Owner Account] for New Relic can add users on behalf of the customer.
6363

64-
We recommend adding at least one Admin user to your New Relic account to manage all access, integrations, and tool usage. {{site.data.var.ece}} Project Owners and Admin users can add and remove users from the New Relic account.
64+
We recommend adding at least one **Admin** user to your New Relic account to manage all access, integrations, and tool usage. {{site.data.var.ece}} Project Owners and Admin users can add and remove users from the New Relic account. We also recommend that you do not create more than five full-access **Users**. Only grant full access to users that strictly require access to the complete feature set. There is no specific guidance on free **Restricted** users.
6565

6666
{:.procedure}
6767
To add a user:

src/guides/v2.3/comp-mgr/bk-compman-upgrade-guide.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ group: software-update-guide
33
title: Commerce upgrade overview
44
functional_areas:
55
- Upgrade
6-
redirect_to: https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/overview.html
76
---
87

98
<!-- Topic variables

src/guides/v2.3/comp-mgr/cli/cli-rc1-samp.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ group: software-update-guide
33
title: Command-line upgrade with sample data
44
functional_areas:
55
- Upgrade
6-
redirect_to: https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/implementation/perform-upgrade.html
76
---
87

98
{%include install/sampledata/sample-data-rc1-cli.md %}

src/guides/v2.3/comp-mgr/cli/cli-upgrade.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ group: software-update-guide
33
title: Upgrade Commerce
44
functional_areas:
55
- Upgrade
6-
redirect_to: https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/implementation/perform-upgrade.html
76
---
87

98
<!-- Topic variables

src/guides/v2.3/comp-mgr/cli/dev_update-magento.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ functional_areas:
55
- Upgrade
66
redirect_from:
77
- guides/v2.3/install-gde/install/cli/dev_update-magento.html
8-
redirect_to: https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/developer/git-installs.html
98
---
109

1110
This topic discusses how a contributing developer can update Magento without reinstalling it. To perform an upgrade if you're *not* a contributing developer, see [Updating the Magento application and components](https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/overview.html).

src/guides/v2.3/comp-mgr/manage-module.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ group: software-update-guide
33
title: Manage modules
44
functional_areas:
55
- Upgrade
6-
redirect_to: https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/modules/manage.html
76
---
87

98
You must use the command line to manage Magento modules.

0 commit comments

Comments
 (0)