Re: Backup complete

From: "C(dot) Bensend" <benny(at)bennyvision(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Backup complete
Date: 2011-07-27 10:29:36
Message-ID: cfa0e1e674da01e2d715b87fcd37be71.squirrel@webmail.stinkweasel.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general


> I take backup of postgres databases with pg_dump command.
> But it didn't take backup of all sequences,views & functions in
> different databases.
>
> I want to know how we can complete backup so we can get complete data
> after restoring from a single file.
>
> I faced errors when dumping data from one system to another , if the
> same sequence doesn't exist in the other system.

Check out pg_dumpall:

http://www.postgresql.org/docs/current/interactive/app-pg-dumpall.html

Benny

--
"Open your door, or I open your wall."
-- Seen on an image on fukung.net

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Raymond O'Donnell 2011-07-27 10:29:50 Re: Backup complete
Previous Message Adarsh Sharma 2011-07-27 09:51:08 Backup complete