Closed luckydonald closed 3 years ago
Apparently I can't use a database name like ﹍hakatime.
﹍hakatime
[2021-01-30 23:50:14][hakatime.server][Error][9b15e04cdb0a][PID 1][ThreadId 47][hakatime-0.1.0-inplace-libhaka:Haka.Errors src/Haka/Errors.hs:126:5] OperationException "ConnectionError (Just \"FATAL: database \\\"Mhakatime\\\" does not exist\\n\")"
It is correctly in the docker-inspect.
exec-ing into the container and echoing that variable is shown correctly there too.
exec
The database was created successfully, and the sql files in /docker loaded.
Therefore this seems to be a problem with hakatime.
Thanks a lot for the bug report!
Apparently I can't use a database name like
﹍hakatime
.It is correctly in the docker-inspect.
click to display code
``` }, "Tty": false, "OpenStdin": false, "StdinOnce": false, "Env": [ "HAKA_DB_HOST=postgres", "HAKA_DB_PORT=5432", "HAKA_DB_NAME=﹍hakatime", ```exec
-ing into the container and echoing that variable is shown correctly there too.click to display code
``` luckydonald$ d-c exec hakatime /bin/sh / # echo $HAKA_DB_NAME ﹍hakatime ```The database was created successfully, and the sql files in /docker loaded.
Therefore this seems to be a problem with hakatime.