Re: Debian : No echo after pg_dump | psql

2018-12-12 Thread Adrian Klaver
On 12/12/18 4:51 AM, Moreno Andreo wrote: Adrian, Andrew, thanks and apologies for the late reply Il 30/11/2018 05:08, Andrew Gierth ha scritto: "Moreno" == Moreno Andreo writes:   Moreno> The command I'm using is   Moreno> root@x:~# pg_dump -v -C -h -p 6543 -U postgres   Moreno> |

Re: Debian : No echo after pg_dump | psql

2018-12-12 Thread Moreno Andreo
Adrian, Andrew, thanks and apologies for the late reply Il 30/11/2018 05:08, Andrew Gierth ha scritto: "Moreno" == Moreno Andreo writes: Moreno> The command I'm using is Moreno> root@x:~# pg_dump -v -C -h -p 6543 -U postgres Moreno> | psql -h localhost -p 6543 -U postgres

Re: Debian : No echo after pg_dump | psql

2018-11-29 Thread Andrew Gierth
> "Moreno" == Moreno Andreo writes: Moreno> The command I'm using is Moreno> root@x:~# pg_dump -v -C -h -p 6543 -U postgres Moreno> | psql -h localhost -p 6543 -U postgres Moreno> It presents a double password prompt after I run it: Moreno> Password: Password for user postgres:

Re: Debian : No echo after pg_dump | psql

2018-11-29 Thread Adrian Klaver
On 11/29/18 8:12 AM, Moreno Andreo wrote: Hi guys,     I'm facing a strange thing on my test server (Google Cloud) On my Debian 9 box I'm running Postgres 9.6.10, and I'm transferring some databases from another server (Debian 8, PG 9.5.15). The command I'm using is root@x:~# pg_dump -v

Debian : No echo after pg_dump | psql

2018-11-29 Thread Moreno Andreo
Hi guys,     I'm facing a strange thing on my test server (Google Cloud) On my Debian 9 box I'm running Postgres 9.6.10, and I'm transferring some databases from another server (Debian 8, PG 9.5.15). The command I'm using is root@x:~# pg_dump -v -C -h -p 6543 -U postgres | psql -h