Replies: 5 comments 5 replies
-
I finally found a solution. It turned out that the Postgresql libraries has to be installed also on the InvenTree VM or container even if the Postgresql server is running elsewhere. I do not know if all libraries are required but adding It's somewhat strange that this happens when running @SchrodingersGat Is it a proper solution to add the Postgresql libraries as a requirement or do you think there is any underying issue in the install script? If it's only a documentation issue I can open a PR if you want. |
Beta Was this translation helpful? Give feedback.
-
Personally I went with a blank debian lxc container with docker installed (and eventually Portainer) and I deploy the docker image as shown in the docs |
Beta Was this translation helpful? Give feedback.
-
That would probably work but this issue was related to the Bare Metal setup procedure where I had to install the Postgresql libraries also in the InvenTree containter to get it working. |
Beta Was this translation helpful? Give feedback.
-
@SchrodingersGat Yes, I installed Postgresql in one container according to the Postgres docs - no issues with that. However for the InvenTree container I had to add also the Postgresql librararies to the list of required system packages. For Bare metal systems where InvenTree and Postgresql are installed on the same server or VM this is not an issue, but this time I wanted to run them in separate containers and had this little problem. Not sure what is the root cause here, but if the Postgresql libraries are actually required for the Postgresql Python Bindings I would suggest to clarify that in the docs. |
Beta Was this translation helpful? Give feedback.
-
Closed with #10086 |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
My intention is to spin up an InvenTree installation on Proxmox but have issues to get the installation to work.
Unknown command: 'collectplugins'
Below is the last part of the log:
I use the same InventTree config file for both cases and the same installation commands (from the InvenTree docs).
Although I beleive everything is exactly the same there is obviously something that differs but I cannot figure out what... Any suggestion how to troublehoot why
manage.py
does not recognize thecollectplugins
command is appreciated - I'm completely stuck here...Beta Was this translation helpful? Give feedback.
All reactions