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

Commit dae2baa

Browse files
Merge branch 'master' into system-reqs-support
2 parents 4b447e7 + 9e570a8 commit dae2baa

File tree

63 files changed

+116
-126
lines changed

Some content is hidden

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

63 files changed

+116
-126
lines changed

src/_data/main-nav.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@
6666
versionless: true
6767

6868
- label: Software Update Guide
69-
url: /comp-mgr/bk-compman-upgrade-guide.html
69+
url: https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/overview.html
7070

7171
- label: Configuration Guide
7272
url: /config-guide/bk-config-guide.html

src/_data/toc/software-update-guide.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,10 +94,6 @@ pages:
9494
url: /comp-mgr/patching/composer.html
9595
children:
9696

97-
- label: Update the updater application
98-
url: /comp-mgr/updater/update-updater.html
99-
include_versions: ["2.3"]
100-
10197
- label: Troubleshooting
10298
children:
10399

src/_includes/config/setup-cron_2.3_how-to.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,9 +40,9 @@ A sample follows:
4040
{%
4141
include note.html
4242
type='info'
43-
content='The `update/cron.php` file exists in [Composer](https://glossary.magento.com/composer)- and [archive-based](https://magento.com/tech-resources/download) Magento installations. It does not exist if you installed Magento by cloning the [Magento 2 git repository](https://github.com/magento/magento2/).
43+
content='The `update/cron.php` file exists in [Composer](https://glossary.magento.com/composer)- and [archive-based](https://magento.com/tech-resources/download) installations. It does not exist in git-based installations.
4444

45-
In [Composer-based installations](https://glossary.magento.com/composer), Magento creates the `update/` directory when you run `composer create-project`. Running `composer install` does not create the `update/` directory (if it did not exist before). See [Recreate the Magento updater](https://devdocs.magento.com/guides/v2.3/comp-mgr/updater/update-updater.html).'
45+
In [Composer-based installations](https://glossary.magento.com/composer), running the `composer create-project` command creates an `update/` directory. Running the `composer install` command does not create the `update/` directory (if it did not exist before).'
4646
%}
4747

4848
Starting in Magento version 2.3.4, cron tasks are categorized into two groups:

src/_includes/layout/page-header.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@
1818
</div>
1919
{% endif %}
2020

21-
{% if page.url contains "guides/v2.4/comp-mgr/" %}
22-
<div class="message-banner">
23-
You must install and configure Elasticsearch 7.6.x before upgrading to {{ site.data.var.ee }} or
24-
{{ site.data.var.ce }} 2.4.0. See <a href="{{ page.baseurl }}/comp-mgr/prereq/prereq-elasticsearch.html">Check the
25-
catalog search engine</a> for details.
26-
</div>
27-
{% endif %}
28-
2921
{% if page.url contains "config-guide/multi-master/" or page.url contains "cloud/docker/docker-split-db" %}
3022
<div class="message-banner">
3123
The split database feature was <a

src/cloud/requirements/cloud-requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ For development and testing, we recommend the following:
113113

114114
You can enable and test individual features, new extensions, and third-party integration on different environments prior to merging into a single environment.
115115

116-
* Verify [`magento setup:install`]({{ site.baseurl }}/guides/v2.3/install-gde/install/cli/install-cli-install.html) and [`magento setup:upgrade`]({{ site.baseurl }}/guides/v2.3/comp-mgr/cli/cli-upgrade.html) commands work during the build and deploy process and that any extensions and customizations compile correctly in [Production mode]({{ site.baseurl }}/guides/v2.3/config-guide/bootstrap/magento-modes.html#production-mode)
116+
* Verify [`magento setup:install`]({{ site.baseurl }}/guides/v2.3/install-gde/install/cli/install-cli-install.html) and [`magento setup:upgrade`](https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/implementation/perform-upgrade.html) commands work during the build and deploy process and that any extensions and customizations compile correctly in [Production mode]({{ site.baseurl }}/guides/v2.3/config-guide/bootstrap/magento-modes.html#production-mode)
117117

118118
You can set an environment variable or enter a CLI command for this specific mode.
119119

src/extensions/inventory-management/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ For the latest, update your metapackage version:
138138

139139
See the following guides for more information on upgrades:
140140

141-
* [Software Update Guide]({{site.baseurl}}/guides/v2.4/comp-mgr/bk-compman-upgrade-guide.html)
141+
* [Software Update Guide](https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/overview.html)
142142
* [Enable or disable modules]({{site.baseurl}}/guides/v2.4/install-gde/install/cli/install-cli-subcommands-enable.html)
143143

144144
## Additional information

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

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ 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
67
---
78

89
<!-- Topic variables
@@ -49,18 +50,17 @@ Related topics
4950
Complete the tasks discussed in [Prerequisites].
5051

5152
{:.bs-callout-info}
52-
See the [Upgrade Compatibility Tool ALPHA]({{site.baseurl}}/upgrade-compatibility-tool/introduction.html) page for more information about the new Magento command line tool that helps you update your Magento software.
53+
See the [Upgrade Compatibility Tool](https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/upgrade-compatibility-tool/overview.html) page for more information about the new Magento command line tool that helps you update your Magento software.
5354

5455
<!-- ABBREVIATIONS -->
5556

5657
*[contributing developer]: A developer who contributes code to the Magento 2 CE codebase
5758
*[contributing developers]: Developers who contribute code to the Magento 2 CE codebase
5859

59-
[command line]: {{ page.baseurl }}/comp-mgr/cli/cli-upgrade.html
60+
[command line]: https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/implementation/perform-upgrade.html
6061
[Composer]: {{ page.baseurl }}/install-gde/composer.html
6162
[Migration Guide]: {{ page.baseurl }}/migration/bk-migration-guide.html
62-
[Prerequisites]: {{ page.baseurl }}/comp-mgr/prereq/prereq_compman.html
63+
[Prerequisites]: https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/prepare/prerequisites.html
6364
[Shared account]: {{ site.user_guide_url }}/magento/magento-account-share.html
64-
65-
[Upgrade from Open Source to Commerce]: {{ page.baseurl }}/comp-mgr/cli/cli-upgrade.html#manage-packages
66-
[upgrade the software manually]: {{ page.baseurl }}/comp-mgr/cli/dev_update-magento.html
65+
[Upgrade from Open Source to Commerce]: https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/implementation/perform-upgrade.html
66+
[upgrade the software manually]: https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/developer/git-installs.html

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ 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
67
---
78

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

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

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ 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
67
---
78

89
<!-- Topic variables
@@ -22,7 +23,7 @@ Instead, see [Update Magento][] for upgrade instructions.
2223

2324
Complete the following prerequisites to prepare your environment before starting the upgrade process:
2425

25-
- **Determine whether your current catalog search engine is supported**-Avoid significant upgrade errors by ensuring your search engine complies with 2.3 requirements. See [Check the catalog search engine] for more details.
26+
- **Determine whether your current catalog search engine is supported**-Avoid significant upgrade errors by ensuring your search engine complies with 2.3 requirements. See [Verify Elasticsearch is installed] for more details.
2627
- **Complete the Update and upgrade checklist**—To avoid possible errors during installation or upgrading, complete the [Update and upgrade checklist].
2728
- **Set the `pub/` directory root**—See [Modify docroot to improve security][] for more details.
2829
- **Check PHP and environment settings**—Verify that your PHP and other environment settings are compatible with the [system requirements].
@@ -243,7 +244,7 @@ If the application fails with a `We're sorry, an error has occurred while gener
243244
<!-- Link definitions -->
244245
245246
[custom composer plugin]: https://github.com/magento/composer-root-update-plugin
246-
[custom maintenance mode page]: {{ page.baseurl }}/comp-mgr/trouble/cman/maint-mode.html
247+
[custom maintenance mode page]: https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/troubleshooting/maintenance-mode-options.html
247248
[Enable or disable maintenance mode]: {{ page.baseurl }}/install-gde/install/cli/install-cli-subcommands-maint.html
248249
[file system ownership and permissions]: {{ page.baseurl }}/install-gde/prereq/file-system-perms.html
249250
[metapackage]: https://glossary.magento.com/metapackage
@@ -253,4 +254,4 @@ If the application fails with a `We're sorry, an error has occurred while gener
253254
[Upgrade using the custom composer plugin]: upgrade-with-plugin.html
254255
[Upgrade using the script]: upgrade-with-script.html
255256
[Modify docroot to improve security]: {{ page.baseurl }}/install-gde/tutorials/change-docroot-to-pub.html
256-
[Check the catalog search engine]: {{ site.baseurl }}{{ site.gdeurl }}/comp-mgr/prereq/prereq-elasticsearch.html
257+
[Verify Elasticsearch is installed]: https://experienceleague.adobe.com/docs/commerce-operations/upgrade-guide/prepare/prerequisites.html

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@ 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
89
---
910

10-
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]({{ page.baseurl }}/comp-mgr/bk-compman-upgrade-guide.html).
11+
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).
1112

1213
To update the Magento software if you are a contributing developer:
1314

0 commit comments

Comments
 (0)