Is there an existing issue for this?
Library Version
5.0.40
What happened?
When invoking this EnsureDatabase.For.PostgresqlDatabase(connectionString);, it fails.
Reason is the following line of code throws exception as the account we use doesn't have access to default postgres database.
masterConnectionStringBuilder.Database = "postgres";
As of now we had to comment this code to ensure that service is up & running.
This was identified when we migrated our instance to another environment where the database account have limited access.
Relevant log output
No response
Is there an existing issue for this?
Library Version
5.0.40
What happened?
When invoking this
EnsureDatabase.For.PostgresqlDatabase(connectionString);, it fails.Reason is the following line of code throws exception as the account we use doesn't have access to default
postgresdatabase.masterConnectionStringBuilder.Database = "postgres";As of now we had to comment this code to ensure that service is up & running.
This was identified when we migrated our instance to another environment where the database account have limited access.
Relevant log output
No response