Hi.
I was eventually able to find a workaround.
I was using brew to install postgreSQL@14 on a Mac.
The problem seemed to be that postgres was the default superuser for pgAdmin, but I (as my username on my machine) was the default superuser with brew.
I eventually created a new Server Group, since the default one would never work. That new Server Group had me (as my username, not postgres) as the superuser and things seemed to work fine. I still seem to lack the permissions to delete the original Server Group, now renamed to Servers_DEFUNCT, though.
I think there are differences in how brew installs software and the alternative process via .dmg files.
However, I still have a version of 8.14 on my system. That version will not run, though. I likely trashed an aspect of the software during one of the many cycles of uninstalling and re-installing.
That said, I would like to remove version 8.14 so it doesn’t compete with the working version.
If I use Spotlight to check for ‘pgAdmin4’, there is a version that appears as
1) pgAdmin 4 — Applications (That one works)
and
2) pgAdmin 4 — PostgreSQL 14 (That one produces the error message above).
How would I install the software properly to avoid these competing versions?
Can you explain what happened, and how I can have a clean, singular installation with a single superuser that matches across psql from the command line and within pgAdmin4?
Thanks,
Brian
Hi,
What is your PostgreSQL installer version? You can download seperate installer for pgadmin from
here.
Thanks,Yogesh Mahajan
EnterpriseDB
Hi.
No matter what I do, I cannot connect to any databases using pgadmin4.
I am using a Mac (Ventura), and downloaded postgreSQL@14 via brew.
By default, I am a superuser with psql, and that works normally.
However, with pgadmin4, I am ‘postgres’ and cannot access any databases, due to a connection error.
I have tried uninstalling and reinstalling multiple times. At this point, I cannot even run the software because of this issue.
This is the most frustrating experience I have ever had with software installation by a fair margin, but I really need to learn SQL and would like to use this tool.
Is there any way to completely uninstall it, and start again, and get the permissions resolved? I have spent days asking chatbots to resolve this issue but their help was insufficient. Again, psql works fine, but I want to be able to follow along with a course taught with the actual tool.
Thanks,
Brian