Last active
March 7, 2017 08:26
-
-
Save ilyasProgrammer/445db6bd7ac28df038bba60d47a6f707 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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