Creating a new user sometimes creates database does not exist
error when reconnecting
#1132
Labels
bug
Something isn't working
Starting with a fresh doltgres server:
This is kinda hard to repro, but seems potentially related to specifying a host when connecting with the psql client
If I connect to the server using psql and don't specify a host, creating a new user works as expected
When specifying a host and then creating a user, I get a
database not found
error when I try to connect as that user. I have also witnessed this when creating a new user and then trying to connect as the default userpostgres
, but I could not repro for some reasonThe text was updated successfully, but these errors were encountered: