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!
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
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!