Re: [ADMIN] 8.4 restore parallel

2010-12-13 Thread Guillaume Lelarge
Le 13/12/2010 21:42, paulo matadr a écrit : > [...] > I made an backup of database 8.3 > test.dmp > and tested restore in (8.4.5) using parallel > pg_restore -d xxx -n yyy -t -j 3 < test.dmp > > And give error: > pg_restore: [custom archiver] cannot reopen stdin > pg_restore: [archiver

[ADMIN] 8.4 restore parallel

2010-12-13 Thread paulo matadr
Hi all, I made an backup of database 8.3 test.dmp and tested restore in (8.4.5) using parallel pg_restore -d xxx -n yyy -t -j 3 < test.dmp And give error: pg_restore: [custom archiver] cannot reopen stdin pg_restore: [archiver] worker process failed: exit code 1 Why not working? Reg