Connecting... 2025-02-20T14:03:04.20093 Connecting to the container 'phoenix'... 2025-02-20T14:03:04.23651 Successfully Connected to container: 'phoenix' [Revision: 'phoenix-containerapp-somerevision', Replica: 'phoenix-containerapp-somerevision'] 2025-02-20T14:02:56.2529714Z stderr F engine = create_engine_and_run_migrations(db_connection_str) 2025-02-20T14:02:56.2530640Z stderr F ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ 2025-02-20T14:02:56.2530867Z stderr F File "/phoenix/env/phoenix/server/app.py", line 674, in create_engine_and_run_migrations 2025-02-20T14:02:56.2532334Z stderr F raise PhoenixMigrationError(msg) from e 2025-02-20T14:02:56.2532415Z stderr F phoenix.exceptions.PhoenixMigrationError: 2025-02-20T14:02:56.2532544Z stderr F 2025-02-20T14:02:56.2532573Z stderr F :warning::warning: Phoenix failed to migrate the database to the latest version. :warning::warning: 2025-02-20T14:02:56.2532592Z stderr F 2025-02-20T14:02:56.2532604Z stderr F The database may be in a dirty state. To resolve this, the Alembic CLI can be used 2025-02-20T14:02:56.2532617Z stderr F from the `src/phoenix/db` directory inside the Phoenix project root. From here, 2025-02-20T14:02:56.2532629Z stderr F revert any partial migrations and run `alembic stamp` to reset the migration state, 2025-02-20T14:02:56.2532641Z stderr F then try starting Phoenix again. 2025-02-20T14:02:56.2532654Z stderr F 2025-02-20T14:02:56.2532666Z stderr F If issues persist, please reach out for support in the Arize community Slack: 2025-02-20T14:02:56.2532678Z stderr F https://arize-ai.slack.com 2025-02-20T14:02:56.2532690Z stderr F 2025-02-20T14:02:56.2533043Z stderr F You can also refer to the Alembic documentation for more information: 2025-02-20T14:02:56.2533085Z stderr F https://alembic.sqlalchemy.org/en/latest/tutorial.html 2025-02-20T14:02:56.2533129Z stderr F 2025-02-20T14:02:56.2533150Z stderr F I connected my phoenix container app to My psql flexible server on azure. The first time it worked, the database schema was created and so on. But my latest revision just gives me this error every time i try to create a new revision. I changed nothing on the docker file and fixed the version to a specific one. Any help is highly appreciated
RunLLM thank you very much!
Hello everyone, im planning to deploy phoenix as a Container in my Azure Container Apps environment. We are only using the LLM tracing feature and are currently looking at about 3800 LLM / Embedding calls to trace within 24 hours. What resources should i allocate for 1 instance?
