Hello
I’m running the axelor/aio-erp image in a local bare-metal kubernetes cluster. Using docker as a container.
When I try to map the path /var/lib/postgresql
to an NFS share volume I get an error:
chown: changing ownership of '/var/lib/postgresql/9.6/main': Invalid argument
Even if I try to map the volume to the local node it gives the same error.
How do I map the postgresql volume? (or any of the volumes mentioned in the documentation)
Are there any other steps I should be aware of?
Source:
https://docs.axelor.com/abs/5.0/install/docker.html
Steps to reproduce:
- Run axelor/aio-erp as a docker image
- Bind mount volume(s):
local/path:/var/lib/postgresql
- See above error « chown… »