Re: pg_restore from split files

From: Igor Neyman <ineyman(at)perceptron(dot)com>
To: akp geek <akpgeek(at)gmail(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_restore from split files
Date: 2013-04-22 19:56:50
Message-ID: A76B25F2823E954C9E45E32FA49D70EC13C6B7DF@mail.corp.perceptron.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

I don't think pg_restore is able to deal with your split files.
What was the reasoning for doing this? Did you try first on smaller table/files to see if your dump/split/restore procedure would work?

Igor Neyman

From: akp geek [mailto:akpgeek(at)gmail(dot)com]
Sent: Monday, April 22, 2013 3:47 PM
To: Igor Neyman
Cc: pgsql-general
Subject: Re: [GENERAL] pg_restore from split files

pg_dump dbname -n schemaname -t table_name -Fc | split -b 500m -t table.dump

On Mon, Apr 22, 2013 at 3:41 PM, Igor Neyman <ineyman(at)perceptron(dot)com<mailto:ineyman(at)perceptron(dot)com>> wrote:
How exactly did you create "split" dump?

Igor Neyman

From: pgsql-general-owner(at)postgresql(dot)org<mailto:pgsql-general-owner(at)postgresql(dot)org> [mailto:pgsql-general-owner(at)postgresql(dot)org<mailto:pgsql-general-owner(at)postgresql(dot)org>] On Behalf Of akp geek
Sent: Monday, April 22, 2013 3:36 PM
To: pgsql-general
Subject: [GENERAL] pg_restore from split files

Hi All -

I have created a dump of a big table into 5 split files. What is the procedure to restore them using pg_dump.

I am getting the following error

pg_restore: [custom archiver] could not read from input file: end of file
pg_restore: *** aborted because of error

Appreciate your help.

Regards

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Steven Schlansker 2013-04-22 19:57:26 Re: pg_restore from split files
Previous Message akp geek 2013-04-22 19:47:06 Re: pg_restore from split files