Skip to content

Commit

Permalink
[REF] Move coverage text in the correct part
Browse files Browse the repository at this point in the history
  • Loading branch information
legalsylvain committed Aug 2, 2023
1 parent 7d573cf commit 97970bb
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 13 deletions.
6 changes: 6 additions & 0 deletions docsource/030_coverage_analysis.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,12 @@ between subsequent major releases of Odoo. This is the goal of the project.
The design is such that the effort can be distributed between different
developing parties. See below for an overview of module coverage per version.

Check if there are migration scripts provided for the set of modules that
are installed in your Odoo database. If there are modules for which no
migration scripts have been developed yet, your migration may fail or the
integrity of your database may be lacking.
Refer to the :doc:`development` documentation to add the missing migration scripts.

.. toctree::
:maxdepth: 1

Expand Down
16 changes: 3 additions & 13 deletions docsource/migration_details.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,23 +33,13 @@ openupgradelib

pip install git+https://github.com/OCA/openupgradelib.git@master#egg=openupgradelib

2. Check coverage of the migration scripts for your installed modules
*********************************************************************

Check if there are migration scripts provided for the set of modules that
are installed in your Odoo database. If there are modules for which no
migration scripts have been developed yet, your migration may fail or the
integrity of your database may be lacking. Check the module coverage in
this documentation under :doc:`030_coverage_analysis` and refer to the :doc:`development`
documentation to add the missing migration scripts.

3. Make a copy of the database to migrate
2. Make a copy of the database to migrate
*****************************************

Decide which database you are going to upgrade. You absolutely *must* make a
backup of your live database before you start this process!

4. Adjust the configuration for Odoo and OpenUpgrade
3. Adjust the configuration for Odoo and OpenUpgrade
****************************************************

Edit the configuration files and command line parameters to point to the
Expand Down Expand Up @@ -90,7 +80,7 @@ file under a header *[openupgrade]*
selected for installation (as will their dependencies). Be careful not to
introduce a circular dependency using this directive.

5. Run the upgrade, fix data and repeat...
4. Run the upgrade, fix data and repeat...
******************************************

Run the upgrade and check for errors. You will probably learn a lot about
Expand Down

0 comments on commit 97970bb

Please sign in to comment.