About the Migration category

List the upgrade process between each series in addition to the database update.

There are several types of actions to be done:

  • [SQL]: You should execute the mentioned query on your database. We normally include the BEFORE or AFTER keyword to indicate if the query should be execute before or after the update process.
  • [CONSOLE]: The python code should be executed inside a trytond-console
  • [PY]: You should update the Python code of your custom modules
  • [XML]: You should update the XML code of your custom modules

Also note that some actions depend on the activated modules and can be skipped if the modules is not activated on your database.

1 Like

A post was merged into an existing topic: What are the types of migration

A post was merged into an existing topic: What are the types of migration