ESDLMapEditorESSIM / docker-toolsuite

All information to install, setup and run the ESDL MapEditor and ESSIM toolsuite on your local machine
2 stars 5 forks source link

fix postgres healthcheck and drive version #15

Closed jjpebesma closed 1 year ago

jjpebesma commented 1 year ago

The Postgres Healthcheck returns an error: "FATAL: role "root" does not exist". This error gets returned when not specifying a user, since the defaut is root. Root doesn't exist and this error is returned. Added the correct user and database variables. We found there also were issues with the boundary_service connecting to postgres, even when the postgres container reported healthy. Adding 5 seconds to the interval fixed this issue.

The cdo-server returns an "out of memoryAborted (core dumped)" error. After adding memory limits to the cdo-server and followed the tutorial, esdl-drive crashed when interacting with it through the mapeditor. Logs show this is caused by mismatched versions. We updated the cdo-server and esdl-drive version to be the same, this fixed the issue.

larsderidder commented 1 year ago

Looks good! Just a few minor comments.