Re: [GENERAL] recovery fail

2010-08-25 Thread Selena Deckelmann
Hi! 2010/8/25 Łukasz Bieniek : > I'have made a backup my DB with pg_dump its (' pg_dump -U username dbname > >backupfilename.sql.gz. When i want to restore it ( I drop the old database > ,creaete new and language to it and i type a command 'cat > backupfilename.sql.gz|gunzip|/usr/local/pgsql/bi

Re: [GENERAL] recovery fail

2010-08-25 Thread Scott Marlowe
2010/8/25 Łukasz Bieniek : > I'have made a backup my DB with pg_dump its (' pg_dump -U username dbname > >backupfilename.sql.gz. When i want to restore it ( I drop the old database > ,creaete new and language to it and i type a command 'cat > backupfilename.sql.gz|gunzip|/usr/local/pgsql/bin/psq

Re: [GENERAL] recovery fail

2010-08-25 Thread Denis BUCHER
Le 25.08.2010 15:15, Łukasz Bieniek a écrit : I'have made a backup my DB with pg_dump its (' pg_dump -U username dbname>backupfilename.sql.gz. When i want to restore it ( I drop the old database ,creaete new and language to it and i type a command 'cat backupfilename.sql.gz|gunzip|/usr/local/p

[GENERAL] recovery fail

2010-08-25 Thread Łukasz Bieniek
I'have made a backup my DB with pg_dump its (' pg_dump -U username dbname >backupfilename.sql.gz. When i want to restore it ( I drop the old database ,creaete new and language to it and i type a command 'cat backupfilename.sql.gz|gunzip|/usr/local/pgsql/bin/psql -U username dbname) this backup