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
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
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
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