@@ -45,7 +45,7 @@ The ``tt`` configuration file is a YAML file with the following structure:
45
45
46
46
.. note ::
47
47
48
- The ``tt `` configuration format and application layout has been changed in version
48
+ The ``tt `` configuration format and application layout have been changed in version
49
49
2.0. Learn how to upgrade from earlier versions in :ref: `tt-config_migrating-from-1 `.
50
50
51
51
.. _tt-config_file_env :
@@ -176,8 +176,7 @@ Migrating from tt 1.* to 2.0 or later
176
176
-------------------------------------
177
177
178
178
The `tt ` configuration and application layout were changed in version 2.0.
179
- If you have applications running on tt 1.*, complete the following steps to
180
- migrate to tt 2.0 or later:
179
+ If you are using ``tt `` 1.*, complete the following steps to migrate to ``tt `` 2.0 or later:
181
180
182
181
#. **Update the tt configuration file **.
183
182
In tt 2.0, the following changes were made to the configuration file:
@@ -190,6 +189,9 @@ migrate to tt 2.0 or later:
190
189
* The paths in the ``app `` section are now relative to the app directory in ``instances.enabled ``
191
190
instead of the environment root.
192
191
192
+ You can use :ref: ``tt init <tt-init>`` to generate a configuration file with
193
+ the new structure and default parameter values.
194
+
193
195
#. **Move application artifacts **.
194
196
With ``tt `` 1.*, application artifacts (logs, snapshots, pid, and other files)
195
197
were created in the ``var `` directory inside the *environment root *. Starting from
0 commit comments