-
-
Notifications
You must be signed in to change notification settings - Fork 696
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
After fresh upgrade from 7.0 to Odoo: "Skipping database as its base version is not 8.0.1.3" #156
Comments
It seems that the migration hasn't been completed or even started, but we need to see the full log of the migration for knowing which is the reason. |
Oh, interesting. I restored from a container backup to do a fresh attempt, only this time I upgraded to Odoo through the package manager first, and this time I got no errors on the console output of migration script, but am getting the same error when I try to start Odoo with the migrated(?) database. Here is the whole migration log:
Is OpenERP supposed to be upgraded to Odoo before or after the database migration? |
It appears my problem all boils down to the error I am going to start a new issue and close this one as it seems like the first error I got is pretty much generic for a failed db upgrade. |
For those who end up with the same error - heres the solution: install the python module openerp-client-lib (1.1.2) with this command: apt-get install python-pip |
Signed-off-by pedrobaeza
I just upgraded from 7.0 to 8 and am now getting an Internal Server Error and in the Odoo log I see many instances of "Skipping database MYDB as its base version is not 8.0.1.3"
The instructions in the readme don't say anything about upgrading/migrating, so I'll recap what my interpretation of them were:
Did I do something wrong?
The text was updated successfully, but these errors were encountered: