The documentation states that PostgreSQL is supported, but PostgreSQL compatibility is currently incomplete. The orchestrator does not include the required PostgreSQL driver and fails to start when the database password contains URL-escaped special characters such as %25, %7D, %3A, or %26. These characters are incorrectly rejected by Python’s configparser during Alembic configuration, before the database connection or migrations can run.
The documentation states that PostgreSQL is supported, but PostgreSQL compatibility is currently incomplete. The orchestrator does not include the required PostgreSQL driver and fails to start when the database password contains URL-escaped special characters such as %25, %7D, %3A, or %26. These characters are incorrectly rejected by Python’s configparser during Alembic configuration, before the database connection or migrations can run.