Skip to content

bug: PostgreSQL is not supported despite being documented as supported #53

Description

@Silent69330

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions