Skip to content
This repository was archived by the owner on Jan 18, 2022. It is now read-only.
This repository was archived by the owner on Jan 18, 2022. It is now read-only.

Azure postgres database #12

@devcrp

Description

@devcrp

Hi,

I'm trying to make the bonita's docker image to use a posgres database for data persistance, but it seems to have trouble to work with the username format that Azure works with (username@hostname).

If I specify the usernames like username@hostname in the environment variables, then I get an error saying

role "username@hostname" does not exist

because the role is actually "username", without the "@hostname" postfix.

But then, if I just specify the usernames without the hostname part, then all the logins fail.

I can trick it by creating both users, with and without the hostname part, and then the databases are created succesfully, but then I get another login error when trying to create the tables, so I'm assuming it's related.

Any kind of help will be very welcome!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions