| From: | "Roberto de Amorim" <rbamorim(at)ig(dot)com(dot)br> | 
|---|---|
| To: | <pgsql-general(at)postgresql(dot)org> | 
| Subject: | pg_restore error | 
| Date: | 2002-11-01 14:43:47 | 
| Message-ID: | 00cd01c281b5$25776300$04c8a8c0@Desenvolvimento | 
| Views: | Whole Thread | Raw Message | Download mbox | Resend email | 
| Thread: | |
| Lists: | pgsql-general | 
Hi all,
I did a database backup using the command:$ pg_dump -Ft -b mydb >
backupdb.tar
and now I'm tring to restore this backup using:$ pg_restore -d mydb
backupdb.tar
and I'm getting this error message: Segmentation fault (core dumped)
what is wrong? or what the best way to me backup my database and restore it
in other computer? which params should I use in pg_dump and pg_restore???
please help
Roberto de Amorim - +55 48 346-2243
Software engineer at SmartBit Software
roberto(at)smartbit(dot)inf(dot)br
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Ken Guest | 2002-11-01 14:55:24 | postgres on a FreeBSD 4.5 box | 
| Previous Message | Lee Kindness | 2002-11-01 14:21:06 | limit 0,10 within SELECT ..... FROM ...... |