Hello, reading through migration docs to move from v13 to v14 (https://github.com/Arize-ai/phoenix/blob/main/MIGRATION.md). I am a little confused as the changes required for database connection strings. The docs state:
No configuration changes are needed — PHOENIX_SQL_DATABASE_URL continues to work with the same postgresql:// connection strings.
Yet my working configuration defines the following environment variables:
export PHOENIX_POSTGRES_HOST=my.postgresql.server.fqdn
export PHOENIX_POSTGRES_USER="my_phoenix_username"
export PHOENIX_POSTGRES_PASSWORD=my_phoenix_user_password
export PHOENIX_POSTGRES_DB="phoenix"
Is this configuration format no longer supported on v14?