Skip to content

Instantly share code, notes, and snippets.

@dreispt
Created July 25, 2014 17:16
Show Gist options
  • Save dreispt/deb7ff13c54231ecfe90 to your computer and use it in GitHub Desktop.
Save dreispt/deb7ff13c54231ecfe90 to your computer and use it in GitHub Desktop.
# 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