"Andrew Goodnough" <agoodno@xxxxxxxxx> writes: > I'm using these commands to perform a dump and load. > pg_dump -c lakevie_typo | gzip > $HOME/backups/typo_$DATE.sql.gz > gzip < $HOME/backups/typo_$DATE.sql.gz |psql -d lakevie_typobak -f - Surely the second step must start with gunzip? regards, tom lane