postgres table layout #5795
-
I'm trying to set up a simple postgres table for litellm proxy and I keep getting errors stating certain tables don't exist. 22:34:40 - LiteLLM Proxy:ERROR: proxy_server.py:2338 - litellm.proxy_server.py::add_deployment() - Error getting new models from DB - The table 22:34:40 - LiteLLM Proxy:ERROR: proxy_server.py:2189 - Error adding/deleting model to llm_router: The table Is there documentation around getting this up and working with a brand new postgres database? Thanks |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
the litellm docker image auto-creates the tables for you - are you using our docker image @isriam ? |
Beta Was this translation helpful? Give feedback.
-
the problem was my postgres permissions for the user i had for litellm, thank you! |
Beta Was this translation helpful? Give feedback.
-
@isriam @ishaan-jaff what postgresql permissions are required? |
Beta Was this translation helpful? Give feedback.
the litellm docker image auto-creates the tables for you - are you using our docker image @isriam ?