Hi,
I'm using Openerp 7 and i want to copy production db to QA server
The dumped 66 GB database become a 28 GB .dump file
I use pg_dump.exe with compression of 9 and - F c
The server is windows server 2012 R2 Standard
But when i try to restore DB to QA server, the restore stop at 50 GB and it throw out error ignored on restore 1376
can you tell me what's wrong?