| From: | "David G(dot) Johnston" <david(dot)g(dot)johnston(at)gmail(dot)com> |
|---|---|
| To: | Sbob <sbob(at)quadratum-braccas(dot)com> |
| Cc: | Pgsql-admin <pgsql-admin(at)lists(dot)postgresql(dot)org> |
| Subject: | Re: using pg_ctl over ssh hangs |
| Date: | 2023-10-20 01:31:49 |
| Message-ID: | CAKFQuwawg4EWjbBw7T3ChOferLv_einJv5fT6jDKrd+00tRgdg@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
On Thursday, October 19, 2023, Sbob <sbob(at)quadratum-braccas(dot)com> wrote:
>
> $ ssh -T postgres(at)${node3} "/usr/pgsql-14/bin/pg_ctl -D
> /var/lib/pgsql/14/data start"
> waiting for server to start....2023-10-19 19:23:42.947 MDT [2053] LOG:
> redirecting log output to logging collector process
> 2023-10-19 19:23:42.947 MDT [2053] HINT: Future log output will appear in
> directory "log".
> done
> server started
>
> ^C
>
>
This has nothing to do with ssh. The start command is behaving as
documented. Read the documentation for it to understand why, and what your
options are.
David J.
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2023-10-20 01:32:47 | Re: using pg_ctl over ssh hangs |
| Previous Message | Sbob | 2023-10-20 01:24:37 | using pg_ctl over ssh hangs |