-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Error creating a new database #97
Comments
lcrea
added a commit
to lcrea/odoo-docker
that referenced
this issue
Jan 15, 2017
[NEW] + Updated the Dockerfile of any version to always download and use the latest nightly build version. [BUGFIX] - Fixed (in any version) the permission error returned during the init process of the database creation. See this issue: odoo#97
lcrea
added a commit
to lcrea/odoo-docker
that referenced
this issue
Jan 15, 2017
[NEW] + Updated the Dockerfile of any version to always download and use the latest nightly build version. [BUGFIX] - Fixed (in any version) the permission error returned during the init process of the database creation. See this issue: odoo#97
lcrea
added a commit
to lcrea/odoo-docker
that referenced
this issue
Jan 15, 2017
Fixed (in any version) the permission error returned during the init process of the database creation. See the issue: odoo#97
lcrea
changed the title
[10.0] Error creating a new database
Error creating a new database
Jan 15, 2017
@CristianHR
|
I cannot reproduce this issue. It seems to be fixed. I tested all docker images and checked that the '/var/lib/odoo/filestore/' was created. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi everybody,
I've recently tried the new Odoo 10.0 docker image and I stumbled upon this error at the very beginning, just trying to create a new empty database for test:
You can find the whole log in this file:
odoo10-docker-error.txt
To sum up, it sounds to simply be a wrong permission issue: the
odoo
user doesn't have the right write/execution permissions inside the Odoo image.Possible solutions
I solved the problem with the first one, but the second one IMHO would be definitely better.
root
odoo
user, right in the nightlydeb
packageI also tried to use the latest Odoo version, creating a new image (based on the official Dockerfile) and simply changing the release URL to the new
20170105
: same problem, solved as above.How to reproduce it
This is my environment:
I've created a simple docker-compose file, following the official instructions with this images:
and I ran it inside a docker machine (guest IP: 192.168.99.100).
Then, when the welcome page appeared, I tried to create a new database called
myodoo
as follow:and I got the error.
The file linked above is the step-by-step result of this process.
I hope that this could be helpful 😊
Bye!
The text was updated successfully, but these errors were encountered: