Odoo Migration - Tri Nanda
Odoo Migration - Tri Nanda
Pre-requirements:
Before starting the migration process, make sure you have the following:
● Odoo 14, 15, and 16 community edition instances installed on your Linux
environment.
● A PostgreSQL user account for the migration process.
● OpenUpgrade: A tool used to upgrade Odoo instances from one major
version to another. You can download or clone it from this repository:
https://github.com/OCA/OpenUpgrade.
● openupgradelib: A Python library required for the migration process. You
can install it later on in the steps section.
[options]
; This is the password that allows database operations:
admin_passwd = 123
db_host = 127.0.0.1
db_port = 5432
db_user = upgrade_user
db_password = 123
addons_path = /opt/odoo/odoo16/odoo/addons,
/opt/odoo/odoo16/odoo/odoo/addons,
/opt/odoo/migration/OpenUpgrade
migrated database to ensure that all data has been migrated correctly and that