Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docsource/040_run_migration.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Running the migration
=====================

The are several tools available that automate the below, use whichever best suits your
needs:

* https://gitlab.com/odoo-openupgrade-wizard/odoo-openupgrade-wizard advanced tool for
running migrations in custom environments
* https://github.com/efatto/openupgrader upgrade your database from within Odoo
* https://hbrunn.github.io/OpenUpgrade get started fast with standard migrations

Check out the code manually and upgrade your database by calling odoo-bin,
(or openerp-server) directly. You will want to do this when you are working on
developing migration scripts for uncovered modules.
Expand Down