PgAdmin failing to connect #6456
Answered
by
davidfowl
nathanAjacobs
asked this question in
Q&A
-
I'm trying to run PgAdmin but it is failing to connect and I am unsure why. I'm using Docker Desktop and I have tried both with and without WSL. IResourceBuilder<ParameterResource>? postgresPassword = builder.AddParameter("postgresspassword", secret: true);
var db = builder.AddPostgres(ServiceNames.LINK_DATABASE.SERVER_NAME, postgresPassword)
.WithDataVolume()
.WithPgAdmin()
.AddDatabase(ServiceNames.LINK_DATABASE.NAME); |
Beta Was this translation helpful? Give feedback.
Answered by
davidfowl
Apr 27, 2025
Replies: 1 comment 5 replies
-
What version of aspire are you using and what container runtime are you using? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Can you try with 9.2, hoping most of this low hanging fruit is fixed (after deleting the volume).