| From: | Maciek Sakrejda <m(dot)sakrejda(at)gmail(dot)com> |
|---|---|
| To: | Amn Ojee Uw <amnojeeuw(at)gmail(dot)com> |
| Cc: | "pgsql-generallists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: Nu-B here |
| Date: | 2023-07-20 00:55:49 |
| Message-ID: | CAOtHd0BrGcr467VZ3GfLU23u23kU7Ke3NUXF+3Q0VLOF7eHNeg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-general |
On Wed, Jul 19, 2023, 17:36 Amn Ojee Uw <amnojeeuw(at)gmail(dot)com> wrote:
> After this command 'sudo -u postgres psql'
> I get this message :
> *could not change directory to "/home/my_account": Permission denied*
> *psql (12.15 (Debian 12.15-1.pgdg120+1))*
> *Type "help" for help.*
>
> I tried using help, but to no avail.
> What am I doing wrong?
>
It looks like you're hitting a non-fatal error at some point during psql
startup when you're running as the "postgres" user. It seems to be a
permissions issue. Do you still get the error if you run
sudo -u postgres psql --no-psqlrc
?
You may also want to create a Postgres user (possibly a superuser) matching
your operating system user if you have not already done so to avoid having
to deal with sudo for connecting.
Thanks
Maciek
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2023-07-20 00:58:48 | Re: My 1st JDBC and PostgreSQL |
| Previous Message | Tom Lane | 2023-07-20 00:54:18 | Re: Nu-B here |