We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
when i run with: sudo docker run -v /home/ubuntu/odoo/data/:/var/lib/odoo get error like this:
path = odoo.tools.config.session_dir File "/usr/lib/python3/dist-packages/odoo/tools/config.py", line 723, in session_dir os.makedirs(d, 0o700) File "/usr/lib/python3.10/os.py", line 225, in makedirs mkdir(name, mode) PermissionError: [Errno 13] Permission denied: '/var/lib/odoo/sessions' - - -
The text was updated successfully, but these errors were encountered:
Did you solve it?
Sorry, something went wrong.
Same problem in podman 4.3.1
I dug into it. And things that do not work
No branches or pull requests
when i run with:
sudo docker run -v /home/ubuntu/odoo/data/:/var/lib/odoo
get error like this:
path = odoo.tools.config.session_dir
File "/usr/lib/python3/dist-packages/odoo/tools/config.py", line 723, in session_dir
os.makedirs(d, 0o700)
File "/usr/lib/python3.10/os.py", line 225, in makedirs
mkdir(name, mode)
PermissionError: [Errno 13] Permission denied: '/var/lib/odoo/sessions' - - -
The text was updated successfully, but these errors were encountered: