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

[Install issue]: Need help regarding production chromadb instance #3818

Open
anurag2361 opened this issue Feb 20, 2025 · 1 comment
Open
Labels
installation trouble trouble building or installing chroma

Comments

@anurag2361
Copy link

anurag2361 commented Feb 20, 2025

What happened?

We are running Chroma db in production inside a docker container. Version is 0.5.5.
I am having a hard time figuring out how to persist the data on disk or in a db (preferably postgres). Our db is storing data in-memory right now and we want to save data so that in downtime, nothing is lost. Can you please help us with this?

What i tried on my local machine:
I created a directory in my home called chromadb_data and used this command
docker run -d --rm --name chromadb -p 8000:8000 -v ~/chromadb_data -e IS_PERSISTENT=TRUE -e ANONYMIZED_TELEMETRY=TRUE chromadb/chroma:0.5.5

It still saves the data in SQLite

Versions

Chroma v0.5.5

Relevant log output

@anurag2361 anurag2361 added the installation trouble trouble building or installing chroma label Feb 20, 2025
@tazarov
Copy link
Contributor

tazarov commented Feb 22, 2025

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
installation trouble trouble building or installing chroma
Projects
None yet
Development

No branches or pull requests

2 participants