Re: what is the best way to backup?

From: Darren Ferguson <darren(at)crystalballinc(dot)com>
To: David Siebert <david(at)eclipsecat(dot)com>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: what is the best way to backup?
Date: 2002-02-07 23:20:56
Message-ID: Pine.LNX.4.10.10202071820200.9634-100000@thread.crystalballinc.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Depends what you want if you want schema, inserts etc.

Do pg_dump --help for a list of the valid switches and these will tell you
what they do

Darren

Darren Ferguson
Software Engineer
Openband

On Thu, 7 Feb 2002, David Siebert wrote:

> what is the best way to backup a database?
> The database I am working with does have a few columns that are of the type
> text.
> I know i should use pg_dump but what should the command line be?
>
>
> -----Original Message-----
> From: pgsql-general-owner(at)postgresql(dot)org
> [mailto:pgsql-general-owner(at)postgresql(dot)org]On Behalf Of Doug McNaught
> Sent: Thursday, February 07, 2002 3:37 PM
> To: pgsql-general(at)postgresql(dot)org
> Subject: [GENERAL] Release docs
>
>
> The website still has the 7.1 doc set under "Release Docs"--shouldn't
> that be updated?
>
> I'm looking at "http://www.us.postgresql.org/users-lounge/docs/"...
>
> -Doug
> --
> Let us cross over the river, and rest under the shade of the trees.
> --T. J. Jackson, 1863
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 2: you can get off all lists at once with the unregister command
> (send "unregister YourEmailAddressHere" to majordomo(at)postgresql(dot)org)
>
>
> ---------------------------(end of broadcast)---------------------------
> TIP 5: Have you checked our extensive FAQ?
>
> http://www.postgresql.org/users-lounge/docs/faq.html
>

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Tom Lane 2002-02-07 23:22:22 Re: Backing up databases with large objects DOESN'T WORK?
Previous Message David Siebert 2002-02-07 22:56:51 what is the best way to backup?