-
DescriptionNode.js v22.16.0 TriliumNext Versionv0.94.0 What operating system are you using?Windows What is your setup?Local (no sync) Operating System Versiondocker Error logsNode.js v22.16.0 |
Beta Was this translation helpful? Give feedback.
Replies: 0 comments 12 replies
-
Hey, I just submitted this issue myself! Beat me to it. |
Beta Was this translation helpful? Give feedback.
-
Haha, I want to add that I upgraded from v0.93.0 and it couldn't start, but I redeployed a v0.94.0 and it started normally, so there should be a compatibility issue. |
Beta Was this translation helpful? Give feedback.
-
Very interesting problem. @photoncody , @zsgcgrs , are you using some kind of auto-upgrade mechanism that caused this issue for you? |
Beta Was this translation helpful? Give feedback.
-
Hey @photoncody and @zsgcgrs, are you able to share some images of the configuration for the container within your Cosmos/Portainer? It’s strange, something is causing Node to run the “start-docker.sh” file - instead of Bash/Sh. Any pictures/images/information you could share about its configuration or how it’s deployed would help a ton :) I’m running it via Portainer and Kubernetes, and can’t get the issue to immediately reproduce… |
Beta Was this translation helpful? Give feedback.
-
** Edit ** so looking at the example compose above, i didnt have UMASK=000.. so added that and redid docker compose up -d and now the site loads up and i can login and see my notes. not sure if that fixed it, or if it was because i was doing at the command line rather than using Portainer I've upgrade from V0.93 to V0.94 doing a Docker image Recreate (via portainer) and it now errors with the same message as posted above. my CMD is listed as ./start-docker.sh so how do we get the SH added to the front of the CMD command? will a v0.94.01 get posted out soon? |
Beta Was this translation helpful? Give feedback.
-
Sure here my compose file. trilium: I think maybe just running from the command line docker-compose down and then docker-compose up -d fixed it.. not convinced it was adding the UMASK Line. before i was using Portainer and using the Recreate button and enable the Pull new version option. |
Beta Was this translation helpful? Give feedback.
Haha, an interesting thing happened. I wanted to change compose to v0.94.0 and then change the startup command. However, after I changed compose to v0.94.0, the startup command became normal and became 'sh' './start-docker.sh', so the container started normally.