Skip to content
Merged
Changes from all commits
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
9 changes: 9 additions & 0 deletions docsource/040_run_migration.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
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/onesteinbv/odoo-upgrader advanced tool for running migrations based on Kubernetes and Argo Workflows
* 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