Allan
Allan5w ago

Hey all. Could it be that docker image

Hey all. Could it be that docker image ghcr.io/get-convex/convex-backend:6efab6f2b6c182b90255774d747328cfc7b80dd9 has some bug or so? I often get randomly Lease not found. Using the release before works well.
5 Replies
nipunn
nipunn5w ago
not that we know of. If you have a repro or have time to debug it further, let us know what you find out.
Allan
AllanOP4w ago
Thanks, for your very fast reply. I will try around. For now I have a running backend, which is nice. Now my problem is, I want to connect to my MINIO. I use a none-real region name, because for MINIO this is not required. The backend container is successfully recorgnizing that it should use S3. I see it in the logs. But then, the upload via dashboard failed wither due to region was not a valid DNS name or Name or service not known. The endpoint is correct. My reseaarch came to this point: Minio with my setup can not work with S3's virtual-hosted–style. We need to have the option "force_path_style: true". Do you have a hint in this regard. Or should I open a new issue. Thank you again!
nipunn
nipunn4w ago
just filed one https://github.com/get-convex/convex-backend/issues/167 - someone already made a PR for it, but it's not quite over the finish line.
GitHub
Support AWS_S3_FORCE_PATH_STYLE for s3 storage for MinIO support ·...
in #122 - cayter already worked on this. Feel free to pick up that PR and get it over the finish line!
Allan
AllanOP3w ago
Thank you @nipunn for implement this option so fast. Without generating some stress :), my question would be how the release schedule is set. So when do you normally build new images? Thank you.
nipunn
nipunn3w ago
they're all one-off. No schedule. I usually wait for a few improvements to accumulate and then do a release. Aim for every 1-2 months. You're welcome to build from source. Just ended up doing one yesterday

Did you find this page helpful?