Postgres says my password is invalid
Alex Clay
aclay at mac.com
Sun Jan 30 17:57:47 UTC 2022
Hi Das,
Yes, those are the same location.
After switching to the postgres user, try this:
> pg_ctl start -D /Library/PostgreSQL/14/data
That should start PostgreSQL. If not, you'll either get a helpful error message back from pg_ctl, or an error message in your PostgreSQL log files that will help you further troubleshoot.
Alex
> On Jan 30, 2022, at 12:50, Das Goravani <goravanis at gmail.com> wrote:
>
>
> Ok I did that, sudo find / -name postgresql.conf, and it found 2 seemingly
>
> It found one at
>
> /Library/PostgreSQL/14/data/postgresql.conf
>
> Which is the one I expect to be there.
> It also found:
>
> /System/Volumes/Data/Library/PostgreSQL/14/data/postgresql.conf
>
> Which I have a feeling is the SAME ONE but under a different name is all.
>
> If I’m not mistaken, System/Volumes/Data is just another name for your hard drive, it’s the name under Volumes..
>
> I have a feeling if I delete or uninstall Postgres that both of these will go away.
>
> After it lists these two near the top the find command in terminal just continues to endlessly list locations and says “Operation not permitted” as it tries to find more.
>
> What do you think about these two being the same installation actually?
>
> I think so.
>
> I think therefore that I only have ONE installation of Postgres on my server.
> _____________________________________________________________
> Manage your list subscriptions at http://lists.omnis-dev.com
> Start a new message -> mailto:omnisdev-en at lists.omnis-dev.com
More information about the omnisdev-en
mailing list