Skip to content

Conversation

@ThuF
Copy link
Contributor

@ThuF ThuF commented Nov 18, 2025

TODO:

  1. Add in the issue the following environment variables in order to run SystemDB against PostgreSQL:

    DIRIGIBLE_DATABASE_SYSTEM_DIALECT: org.hibernate.dialect.PostgreSQLDialect
    DIRIGIBLE_DATABASE_SYSTEM_DRIVER: org.postgresql.Driver
    DIRIGIBLE_DATABASE_SYSTEM_URL: jdbc:postgresql://<host>:<port>/<database>
    DIRIGIBLE_DATABASE_SYSTEM_USERNAME: <username>
    DIRIGIBLE_DATABASE_SYSTEM_PASSWORD: <password>
    DIRIGIBLE_SCHEDULER_DATABASE_DELEGATE: org.quartz.impl.jdbcjobstore.PostgreSQLDelegate
    
  2. Add in the documentation the following new environment variables introduced with their default values:

    DIRIGIBLE_DATABASE_SYSTEM_DIALECT: org.hibernate.dialect.H2Dialect
    DIRIGIBLE_DATABASE_SYSTEM_DDL_AUTO: update
    

Fixes: #5476

@ThuF ThuF marked this pull request as ready for review November 27, 2025 07:30
@ThuF ThuF merged commit aafb01f into master Nov 27, 2025
9 checks passed
@ThuF ThuF deleted the systemdb-postgresql branch November 27, 2025 07:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Core] Support PostgreSQL as SystemDB Datasource

2 participants