Re: Backup complete - Mailing list pgsql-general

From C. Bensend
Subject Re: Backup complete
Date
Msg-id cfa0e1e674da01e2d715b87fcd37be71.squirrel@webmail.stinkweasel.net
Whole thread Raw
In response to Backup complete  (Adarsh Sharma <adarsh.sharma@orkash.com>)
List 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


pgsql-general by date:

Previous
From: Adarsh Sharma
Date:
Subject: Re: Backup complete
Next
From: Raymond O'Donnell
Date:
Subject: Re: Backup complete