Created
July 25, 2014 17:16
-
-
Save dreispt/deb7ff13c54231ecfe90 to your computer and use it in GitHub Desktop.
This file contains 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
# git add remote odoo https://github.com/odoo/odoo.git | |
# git fetch odoo 8.0 | |
dropdb v8mig0 | |
createdb v8mig0 | |
#pg_restore -d v8mig -O ./v8mig-at-v7.sql | |
git checkout 7.0 | |
./openerp-server --stop-after-init -d v8mig0 --addons-path="addons/" -i crm | |
git checkout 8.0 | |
./openerp-server -d v8mig0 --stop-after-init -u all | |
git checkout odoo/8.0 | |
./openerp-server -d v8mig0 --stop-after-init -u all | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment