Skip to content

Instantly share code, notes, and snippets.

@ilyasProgrammer
Last active March 7, 2017 08:26
Show Gist options
  • Save ilyasProgrammer/445db6bd7ac28df038bba60d47a6f707 to your computer and use it in GitHub Desktop.
Save ilyasProgrammer/445db6bd7ac28df038bba60d47a6f707 to your computer and use it in GitHub Desktop.
instruction:
python migrate.py --config=/etc/odoo/8.py --database=ys --run-migrations=8.0
https://blogs.teckzilla.net/2015/06/09/how-to-migrate-odoo-database-from-version-7-to-version-8/
repos with migration script:
https://github.com/OCA/OpenUpgrade/tree/8.0
important^
Locate your /etc/postgresql/9.1/main/pg_hba.conf file, find the “local all all peer” line and change it to “local all all trust”, then reload postgresql
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment