This repository has been archived by the owner on Oct 28, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[TASK] Adjust indentations in "Major upgrade" chapter (#373)
Additionally, streamline some spellings. Releases: main, 12.4 Co-authored-by: Chris Müller <2566282+brotkrueml@users.noreply.github.com>
- Loading branch information
1 parent
0092a40
commit 2326fc2
Showing
11 changed files
with
142 additions
and
147 deletions.
There are no files selected for viewing
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,53 +1,53 @@ | ||
.. include:: /Includes.rst.txt | ||
.. _major: | ||
.. include:: /Includes.rst.txt | ||
.. _major: | ||
|
||
============= | ||
Major upgrade | ||
============= | ||
|
||
.. container:: row m-0 p-0 | ||
.. container:: row m-0 p-0 | ||
|
||
.. container:: col-md-6 pl-0 pr-3 py-3 m-0 | ||
.. container:: col-md-6 pl-0 pr-3 py-3 m-0 | ||
|
||
.. container:: card px-0 h-100 | ||
.. container:: card px-0 h-100 | ||
|
||
.. rst-class:: card-header h3 | ||
.. rst-class:: card-header h3 | ||
|
||
.. rubric:: :ref:`Pre-upgrade tasks <PreupgradeTasks>` | ||
.. rubric:: :ref:`Pre-upgrade tasks <PreupgradeTasks>` | ||
|
||
.. container:: card-body | ||
.. container:: card-body | ||
|
||
Before upgrading TYPO3 to a major release, there are several tasks that can be performed | ||
to help ensure a successful upgrade and help minimise any potential downtime. | ||
Before upgrading TYPO3 to a major release, there are several tasks that can be performed | ||
to help ensure a successful upgrade and help minimise any potential downtime. | ||
|
||
.. container:: col-md-6 pl-0 pr-3 py-3 m-0 | ||
.. container:: col-md-6 pl-0 pr-3 py-3 m-0 | ||
|
||
.. container:: card px-0 h-100 | ||
.. container:: card px-0 h-100 | ||
|
||
.. rst-class:: card-header h3 | ||
.. rst-class:: card-header h3 | ||
|
||
.. rubric:: :ref:`Upgrade the core <UpgradeCore>` | ||
.. rubric:: :ref:`Upgrade the Core <UpgradeCore>` | ||
|
||
.. container:: card-body | ||
.. container:: card-body | ||
|
||
This chapter details how to perform a major upgrade using Composer. | ||
This chapter details how to perform a major upgrade using Composer. | ||
|
||
.. container:: col-md-6 pl-0 pr-3 py-3 m-0 | ||
.. container:: col-md-6 pl-0 pr-3 py-3 m-0 | ||
|
||
.. container:: card px-0 h-100 | ||
.. container:: card px-0 h-100 | ||
|
||
.. rst-class:: card-header h3 | ||
.. rst-class:: card-header h3 | ||
|
||
.. rubric:: :ref:`Post-upgrade tasks <PostUpgradeTasks>` | ||
.. rubric:: :ref:`Post-upgrade tasks <PostUpgradeTasks>` | ||
|
||
.. container:: card-body | ||
.. container:: card-body | ||
|
||
Once TYPO3's core has been upgraded, there a few tasks that need to be actioned to complete the process. | ||
Once TYPO3's Core has been upgraded, there a few tasks that need to be actioned to complete the process. | ||
|
||
.. toctree:: | ||
:hidden: | ||
:titlesonly: | ||
.. toctree:: | ||
:hidden: | ||
:titlesonly: | ||
|
||
PreupgradeTasks/Index | ||
UpgradeCore.rst | ||
PostupgradeTasks/Index | ||
PreupgradeTasks/Index | ||
UpgradeCore.rst | ||
PostupgradeTasks/Index |
6 changes: 3 additions & 3 deletions
6
Documentation/Major/PostupgradeTasks/BackendTranslations.rst.txt
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
.. include:: /Includes.rst.txt | ||
.. include:: /Includes.rst.txt | ||
|
||
.. _update-translations: | ||
.. _update-translations: | ||
|
||
In the Install tool, go to the module "Maintenance" -> "Manage languages" and | ||
update your translations. If you don't update your translations, new texts will | ||
only be displayed in English. Missing languages or translations can be added | ||
following the section | ||
:ref:`Internationalization and Localization <t3coreapi:internationalization>`. | ||
|
||
.. include:: /Images/AutomaticScreenshots/AdminTools/InstallLanguagePacks.rst.txt | ||
.. include:: /Images/AutomaticScreenshots/AdminTools/InstallLanguagePacks.rst.txt |
This file contains 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 characters
38 changes: 18 additions & 20 deletions
38
Documentation/Major/PostupgradeTasks/DatabaseAnalyser.rst.txt
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,43 +1,41 @@ | ||
.. include:: /Includes.rst.txt | ||
.. include:: /Includes.rst.txt | ||
|
||
.. _database_analyser: | ||
.. _database_analyser: | ||
|
||
While in the previous step, tables and columns have been *changed or added* to | ||
allow running the upgrade wizards smoothly. The next step gives you the | ||
possibility to *remove* old and unneeded tables and columns from the database. | ||
|
||
Use the "Maintenance section" and click "Analyze Database". | ||
|
||
.. include:: /Images/AutomaticScreenshots/AdminTools/DatabaseAnalyzer.rst.txt | ||
.. include:: /Images/AutomaticScreenshots/AdminTools/DatabaseAnalyzer.rst.txt | ||
|
||
|
||
You will be able to execute queries to remove these tables and columns so that | ||
your database corresponds to the structure required for the new TYPO3 version. | ||
|
||
.. warning:: | ||
.. warning:: | ||
Be careful if you have deliberately added columns and/or tables to your | ||
TYPO3 database for your own purposes! Those tables and columns are removed | ||
only if you mark them to be deleted of course, but please be careful that | ||
you don't delete them by mistake! | ||
|
||
Be careful if you have deliberately added columns and/or tables to your | ||
TYPO3 database for your own purposes! Those tables and columns are removed | ||
only if you mark them to be deleted of course, but please be careful that | ||
you don't delete them by mistake! | ||
.. note:: | ||
TYPO3 does not directly remove tables and fields, but first renames them | ||
with a prefix `zzz_deleted_*`. This allows checking whether the fields and | ||
tables really are not needed anymore or were accidentally marked as deleted | ||
by wrong configuration. | ||
|
||
.. note:: | ||
|
||
TYPO3 does not directly remove tables and fields, but first renames them | ||
with a prefix `zzz_deleted_*`. This allows checking whether the fields and | ||
tables really are not needed anymore or were accidentally marked as deleted | ||
by wrong configuration. | ||
|
||
When you are sure you aren't going to need them anymore, you can drop them | ||
via the wizard. | ||
When you are sure you aren't going to need them anymore, you can drop them | ||
via the wizard. | ||
|
||
Select the upgrades you want and press "Execute": | ||
|
||
.. include:: /Images/ManualScreenshots/DatabaseAnalyzerUpdatesExecuted.rst.txt | ||
.. include:: /Images/ManualScreenshots/DatabaseAnalyzerUpdatesExecuted.rst.txt | ||
|
||
When you then click "Compare current database with specification" again and you | ||
only see the message | ||
|
||
.. include:: /Images/AutomaticScreenshots/AdminTools/DatabaseAnalyzerDatabaseAnalyzed.rst.txt | ||
.. include:: /Images/AutomaticScreenshots/AdminTools/DatabaseAnalyzerDatabaseAnalyzed.rst.txt | ||
|
||
then all database updates have been applied. | ||
then all database updates have been applied. |
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,42 +1,42 @@ | ||
.. include:: /Includes.rst.txt | ||
.. include:: /Includes.rst.txt | ||
|
||
.. _postupgradetasks: | ||
.. _postupgradetasks: | ||
|
||
================== | ||
Post-upgrade tasks | ||
================== | ||
|
||
.. _run_upgrade_wizard: | ||
.. _run_upgrade_wizard: | ||
|
||
Run the upgrade wizard | ||
====================== | ||
|
||
.. include:: UpgradeWizard.rst.txt | ||
.. include:: UpgradeWizard.rst.txt | ||
|
||
.. _run_the_database_analyser: | ||
.. _run_the_database_analyser: | ||
|
||
Run the database analyser | ||
========================= | ||
|
||
.. include:: DatabaseAnalyser.rst.txt | ||
.. include:: DatabaseAnalyser.rst.txt | ||
|
||
.. _clear_user_settings: | ||
.. _clear_user_settings: | ||
|
||
Clear user settings | ||
=================== | ||
|
||
.. include:: UserSettings.rst.txt | ||
.. include:: UserSettings.rst.txt | ||
|
||
.. _post_upgrade_clear_caches: | ||
.. _post_upgrade_clear_caches: | ||
|
||
Clear caches | ||
============ | ||
|
||
.. include:: ClearCaches.rst.txt | ||
.. include:: ClearCaches.rst.txt | ||
|
||
.. _update_backend_translation: | ||
.. _update_backend_translation: | ||
|
||
Update backend translations | ||
=========================== | ||
|
||
.. include:: BackendTranslations.rst.txt | ||
.. include:: BackendTranslations.rst.txt |
This file contains 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 characters
This file contains 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 characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
.. include:: /Includes.rst.txt | ||
.. include:: /Includes.rst.txt | ||
|
||
.. _user_settings: | ||
.. _user_settings: | ||
|
||
You might consider clearing the Backend user preferences. This | ||
can avoid problems, if something in the upgrade requires this. Go to | ||
"Clean up", scroll to "Reset user preferences" and click "Reset backend | ||
user preferences". | ||
|
||
.. include:: /Images/AutomaticScreenshots/AdminTools/ResetUserPreferences.rst.txt | ||
.. include:: /Images/AutomaticScreenshots/AdminTools/ResetUserPreferences.rst.txt |
This file contains 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 characters
Oops, something went wrong.