Re: pg_restore from split files

From: akp geek <akpgeek(at)gmail(dot)com>
To: Steven Schlansker <steven(at)likeness(dot)com>
Cc: Igor Neyman <ineyman(at)perceptron(dot)com>, pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: pg_restore from split files
Date: 2013-04-22 23:34:42
Message-ID: CACnhOfLQAsqWS71gQLpxo9qn3iY35uN37MX-+yCiq=o_Qgn=JA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

It works ... " combine them again. " Thank you all

Regards

On Mon, Apr 22, 2013 at 3:57 PM, Steven Schlansker <steven(at)likeness(dot)com>wrote:

>
> On Apr 22, 2013, at 12:47 PM, akp geek <akpgeek(at)gmail(dot)com> wrote:
>
> > pg_dump dbname -n schemaname -t table_name -Fc | split -b 500m -t
> table.dump
>
> Since you split the files outside of the Postgres world, you have to
> combine them again. Roughly,
>
> cat table.dump.* > table.dump.combined
> pg_restore --usual-arguments table.dump.combined
>
>
> > On Mon, Apr 22, 2013 at 3:41 PM, Igor Neyman <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] 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 elmekki mahdhaoui 2013-04-23 01:05:50 Error installation of openmolar
Previous Message Andres Freund 2013-04-22 23:11:26 Re: Negative replication lag?