pg_restore dumps all data to the terminal

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: "pgsql-admin(at)postgresql(dot)org" <pgsql-admin(at)postgresql(dot)org>
Subject: pg_restore dumps all data to the terminal
Date: 2018-04-27 02:56:15
Message-ID: 64dded41-6355-683c-a9f6-9253cbefd4c7@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Hi,

v9.6.8, restoring from 8.4.17

This command dumps not just the schema to the terminal (technically,
nohup.out) but the actual data.  How do I stop that?  There's no --quiet,
and that's not what I want anyway...

pg_restore -cC --if-exists -e -Fd -j4 ${SOURCE}/${DB}

"pg_dump --verbose"lists each object as it is backed up, and that's what I
was expecting pg_restore to do.

Thanks

--
Angular momentum makes the world go 'round.

Responses

Browse pgsql-admin by date

  From Date Subject
Next Message David G. Johnston 2018-04-27 03:15:33 Re: pg_restore dumps all data to the terminal
Previous Message robert 2018-04-27 00:07:18 Re: pgadmin4 python bug?