mirror of
https://github.com/BerriAI/litellm.git
synced 2026-08-28 05:25:59 +00:00
removed faq
This commit is contained in:
parent
2edcc51e57
commit
ef9e50458d
1 changed files with 0 additions and 14 deletions
|
|
@ -1010,19 +1010,5 @@ User-agent: *
|
|||
Disallow: /
|
||||
```
|
||||
|
||||
## Deployment FAQ
|
||||
|
||||
### Database Support
|
||||
|
||||
**Q: Is Postgres the only supported database, or do you support other ones (like Mongo)?**
|
||||
|
||||
A: We explored MySQL but that was hard to maintain and led to bugs for customers. Currently, PostgreSQL is our primary supported database for production deployments.
|
||||
|
||||
### Database Downtime Handling
|
||||
|
||||
**Q: If there is Postgres downtime, how does LiteLLM react? Does it fail-open or is there API downtime?**
|
||||
|
||||
A: You can gracefully handle DB unavailability if it's on your VPC. See our production guide for more details: [Gracefully Handle DB Unavailability](https://docs.litellm.ai/docs/proxy/prod#6-if-running-litellm-on-vpc-gracefully-handle-db-unavailability)
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue