θΏ™ζ˜―indexlocζδΎ›ηš„ζœεŠ‘οΌŒδΈθ¦θΎ“ε…₯任何密码
Skip to content

Conversation

@cloud-ray
Copy link
Contributor

@cloud-ray cloud-ray commented Feb 13, 2024

Pull Request Type

  • ✨ feat
  • πŸ› fix
  • ♻️ refactor
  • πŸ’„ style
  • πŸ”¨ chore
  • πŸ“ docs

Relevant Issues

resolves #710
resolves #702
resolves #695

What is in this change?

This PR addresses an issue where the Docker container would start but then exit due to the error "unable to open database file: ../storage/anythingllm.db". The fix involves modifying the gcp_deploy_anything_llm.yaml file to change the ownership of the /home/anythingllm directory using the command: sudo chown -R ubuntu:ubuntu /home/anythingllm. This solution was preferred over changing the Docker runner from using a user and running as root.

Additional Information

This change was discussed with @timothycarambat and agreed upon as the preferred solution. It also addresses a similar issue (#702).

Developer Validations

  • I ran yarn lint from the root of the repo & committed changes
  • Relevant documentation has been updated
  • I have tested my code functionality
  • Docker build succeeds locally

@timothycarambat timothycarambat merged commit 0e6bd03 into Mintplex-Labs:master Feb 13, 2024
@cloud-ray cloud-ray deleted the gcp-fix-docker-exit-issue branch February 17, 2024 04:29
cabwds pushed a commit to cabwds/anything-llm that referenced this pull request Jul 3, 2025
)

Co-authored-by: cloud-ray <ray@cybersavvy.one>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[BUG]: GCP Cloud Deployment YAML [BUG]: GCP cloud deploy Owner of STORAGE_LOCATION

2 participants