Hello
Im trying to have a shot with WebODM but having trouble installing.
Using Windows 10, 16GB RAM.
have installed:
python 3.11.3
git 2.40.1.windows.1
Docker Desktop 4.19.0 (engine 23.0.5, compose v2.17.2, kubernetes 1.25.9, credential helper 0.7.0)
I had trouble with GitGUI so cloned by CLI the webODM repository to C:
I am attempting to run WebODM by
open Git BASH (from within the WebODM directory)
issuing ./webodm.sh start
this looks initially promising but then the bash terminal keeps cycling over an error which I think is to do with the db container not running.
webapp reports “psql: error: could not translate host name “db” to address: Temporary failure in name resolution”
worker reports “Postgres is unavailable - sleeping”
db reports various complaints including
“initdb: input file “/usr/local/pgsql/share/postgres.bki” does not belong to PostgreSQL 9.5.25
db | Check your installation or specify the correct path using the option -L.
db | initdb: removing contents of data directory “/var/lib/postgresql/data”
db exited with code 1”
when I look in the docker I see everything (webapp, worker, broker, node-odm-1) running apart from db which keeps restarting.
I wonder if someone could give me some pointers as to what I might try. TBH Im not even sure what is going wrong alkthough I feel that (one of the problems) is a permissions (?) issue with the postgres.bki file
many thanks in advance