Skip to content

updating username/password after initialisation #889

Answered by tobywilliams
tobywilliams asked this question in Q&A
Discussion options

You must be logged in to vote

Thanks for the reminder, impressive how this repo is maintained!

The solution was a mix of small issues which I'll put here so it might help somebody.

  1. My first solution was to update the username/password of the pool, updating the password is easy as it's a function but the username is just a string and it didn't really feel a proper solution to try and manually mutate the pool even if might have worked, (my issues might have confused things that would have worked).
  2. For some reason my local postgres had a max connection limit of 2 on each individual database? so the errors about connections exceed would have probably been fixed if I hadn't already moved on.
  3. I was trying to export a javas…

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@tobywilliams
Comment options

@tobywilliams
Comment options

Comment options

You must be logged in to vote
1 reply
@tobywilliams
Comment options

Answer selected by tobywilliams
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
2 participants