From: | Loles <lolesft(at)gmail(dot)com> |
---|---|
To: | Adrian Klaver <adrian(dot)klaver(at)aklaver(dot)com> |
Cc: | Matthias Apitz <guru(at)unixarea(dot)de>, PostgreSQL <pgsql-general(at)postgresql(dot)org> |
Subject: | Re: Two started cluster on the same data directory and port |
Date: | 2023-12-01 09:17:47 |
Message-ID: | CA+FWGK6ikRGyrNR3YB-nX8vPBwEXYuHsj_=tTC9VDL+gPcLi0g@mail.gmail.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
Yes, it seems to be caused by systemd.
I'll investigate there. If not, I can upgrade PostgreSQL and get rid of
server 14.
Thank you very much Adrian... I'm going to get a cup of coffee because the
topic requires it :D
El vie, 1 dic 2023 a las 6:19, Adrian Klaver (<adrian(dot)klaver(at)aklaver(dot)com>)
escribió:
> On 11/30/23 20:43, Matthias Apitz wrote:
> > El día jueves, noviembre 30, 2023 a las 02:10:25p. m. -0800, Adrian
> Klaver escribió:
> >
> >> On 11/30/23 12:35, Adrian Klaver wrote:
> >>> On 11/30/23 10:35, Adrian Klaver wrote:
> >>>> On 11/30/23 09:27, Loles wrote:
> >>>>
> >>
> >>> cd /etc/postgresql/14/
> >>> sudo rm -r main_old/
> >>> or
> >>> sudo cp -r main_old <some_new_path>
> >>
> >> Arrgh.
> >>
> >> sudo mv -r main_old <some_new_path>
> >>
> >> Memo to self don't eat lunch and copy/paste at same time.
> >
> > Hmmm
> >
> > purism(at)pureos:~$ uname -s
> > Linux
> > purism(at)pureos:~$ mv -r foo bar
> > mv: invalid option -- 'r'
>
> The gift that keeps on giving. Third time's a charm?:
>
> sudo mv main_old/ <some_new_path>
>
> > Try 'mv --help' for more information.
> >
> > matthias
>
> --
> Adrian Klaver
> adrian(dot)klaver(at)aklaver(dot)com
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Daniel Verite | 2023-12-01 11:52:01 | Re: Feature request for INITCAP() function |
Previous Message | Jehan-Guillaume de Rorthais | 2023-12-01 08:07:51 | Re: PAF with Pacemaker |