Re: pg_dump why no indicator of completion - Mailing list pgsql-admin

From richard coleman
Subject Re: pg_dump why no indicator of completion
Date
Msg-id CAGA3vBsyWKwJNPiYCu3juFfTqprb6FUK5gSH8zt29rqUzhtcLw@mail.gmail.com
Whole thread Raw
In response to Re: pg_dump why no indicator of completion  (Frank Lanitz <frank@frank.uvena.de>)
Responses Re: pg_dump why no indicator of completion
List pgsql-admin
Frank, 

As I've mentioned in another response I typically run pg_dump as follows:

nohup pg_dump {various settings} > something.log 2>&1 &

rik.

On Mon, May 1, 2023 at 6:12 AM Frank Lanitz <frank@frank.uvena.de> wrote:
Hello,

On 01.05.23 02:18, richard coleman wrote:
> Hi all,
>
> I've been working with pg_dump and one thing that's always struck me as
> strange is that there never seems to be an indication in the log that
> the pg_dump process completed successfully.

I don't think it's needed.

How are you running pg_dump? There is a return code 0 if successful or
!= 0 in case of an error.

Cheer,
Frank

pgsql-admin by date:

Previous
From: richard coleman
Date:
Subject: Re: pg_dump why no indicator of completion
Next
From: Ron
Date:
Subject: Re: pg_dump why no indicator of completion