geodesymiami / insarmaps

3 stars 0 forks source link

insarmaps not working under Docker on MacOS #89

Closed falkamelung closed 3 months ago

falkamelung commented 3 months ago

I have postgresQL running:

brew services list
Name          Status  User     File
postgresql@14 started famelung ~/Library/LaunchAgents/homebrew.mxcl.postgresql@14.plist
unbound       none 

but when trying to ingest data I am getting this error message:

json_mbtiles2insarmaps.py --num-workers 8 -u insaradmin -p insaradmin --host localhost -P insarmaps -U insarmaps@insarmaps.com --json_folder ../data/JSON/ --mbtiles_file ../data/JSON/S1_IW1_128_0596_0597_20160605_XXXXXXXX_S00887_S00783_W091208_W091105.mbtiles
Uploading json chunks...
Error While Connecting
FATAL:  role "insaradmin" does not exist
stackTom commented 3 months ago

Closing. Fixed. This was due to your Mac having another instance of Postgres running.