Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

error password variable name in docker-compose.yaml for vdb lindorm #10708

Closed
5 tasks done
AlwaysBluer opened this issue Nov 14, 2024 · 3 comments
Closed
5 tasks done
Assignees
Labels
🐞 bug Something isn't working stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed

Comments

@AlwaysBluer
Copy link
Contributor

Self Checks

  • This is only for bug report, if you would like to ask a question, please head to Discussions.
  • I have searched for existing issues search for existing issues, including closed ones.
  • I confirm that I am using English to submit this report (我已阅读并同意 Language Policy).
  • [FOR CHINESE USERS] 请务必使用英文提交 Issue,否则会被关闭。谢谢!:)
  • Please do not modify this template :) and fill in all the required fields.

Dify version

0.11.1

Cloud or Self Hosted

Self Hosted (Docker)

Steps to reproduce

when using the VDB lindorm in docker, it will connect failed since the password variable name for lindorm vdb in docker-compose.yaml is LINDORM_USERNAME, not LINDORM_PASSWORD, error variable name.

✔️ Expected Behavior

connect vdb lindorm in a success

❌ Actual Behavior

connect failed, password is wrong

Copy link

dosubot bot commented Nov 14, 2024

Hello @AlwaysBluer! I'm here to assist you with any bugs, questions, or contributions you have for the project. Let me know how I can help!

The issue you're encountering is due to a misconfiguration in the docker-compose.yaml file. The password variable for VDB Lindorm is incorrectly named LINDORM_USERNAME instead of LINDORM_PASSWORD. To resolve this, you should update the docker-compose.yaml file to use the correct variable name:

LINDORM_USERNAME: ${LINDORM_USERNAME:-lindorm}
LINDORM_PASSWORD: ${LINDORM_PASSWORD:-lindorm}

This change should help ensure a successful connection to VDB Lindorm [1].

To continue talking to Dosu, mention @dosu.

@crazywoola
Copy link
Member

Hello Please checkout from our main branch and open this pr again. There are some conflicts.

Copy link

dosubot bot commented Dec 15, 2024

Hi, @AlwaysBluer. I'm Dosu, and I'm helping the Dify team manage their backlog. I'm marking this issue as stale.

Issue Summary

  • The issue involved a bug in the docker-compose.yaml file for VDB Lindorm.
  • The password variable was incorrectly named LINDORM_USERNAME instead of LINDORM_PASSWORD.
  • I suggested the correct variable naming, resolving the connection failure.
  • @crazywoola recommended checking out from the main branch and reopening the pull request to resolve conflicts.

Next Steps

  • Please confirm if this issue is still relevant to the latest version of the Dify repository by commenting on this issue.
  • If there is no further activity, this issue will be automatically closed in 15 days.

Thank you for your understanding and contribution!

@dosubot dosubot bot added the stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed label Dec 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐞 bug Something isn't working stale Issue has not had recent activity or appears to be solved. Stale issues will be automatically closed
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants