| From: | Sergio Gabriel Rodriguez <sgrodriguez(at)gmail(dot)com> |
|---|---|
| To: | pgsql-admin(at)postgresql(dot)org |
| Subject: | pg_restore index and triggers problems |
| Date: | 2009-06-12 11:00:27 |
| Message-ID: | 15aa6b3e0906120400k42d05425u153aa982452d06a5@mail.gmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-admin |
Hello everybody,
I am using postgres 8.0 on a server that I use for
testing, G4 with 2 cpu x 2.8 Ghz and 4 GB ram, so I've dump data of the
production server into testing one, I have the problem after the restore, I
found that don't restore the index and triggers, but everything else
perfectly, I tried changed work_mem to half the ram (2 GB), to gain speed in
the generation of index, but nothing happened, anyone can guide me?
dump: pg_dump -Fc -v -b mibase_produccion > backup.dmp
restore: pg_restore -Fc -v -d mibase_testing backup.dmp
OS: SLES 9
PG: 8.0.2
thanks!
Regards
Sergio Gabriel Rodriguez
http://www.3trex.com.ar
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Michael Monnerie | 2009-06-14 18:36:42 | Re: HW recommendatons |
| Previous Message | Iñigo Martinez Lasala | 2009-06-12 08:09:13 | Re: Sobre Actualizacion/upgrading PostgreSQL |