Re: Need help to migrate pqSQL db 8.0.3 to 8.2.6

From: "Andrej Ricnik-Bay" <andrej(dot)groups(at)gmail(dot)com>
To: "Tri Quach" <tquach(at)k12(dot)hi(dot)us>
Cc: pgsql-general(at)postgresql(dot)org
Subject: Re: Need help to migrate pqSQL db 8.0.3 to 8.2.6
Date: 2008-03-25 20:28:50
Message-ID: b35603930803251328xd5b6590wb9970b9fc066e9d0@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 26/03/2008, Tri Quach <tquach(at)k12(dot)hi(dot)us> wrote:
> Hi Andrej,
Hi Tri!

> I am running on Linux, Red Hat 3.
> I have hard time to use pg_dump command. Can you give me the syntax of
> pgdump?
Not a syntax-problem; to use pg_dumpall you need to be
the postgres (superuser).

su - postgres
pg_dumpall > dbfile

If you'd rather run it individually for each DB become the
user who owns the respective DB.

> Thank you for your help.
>
> Tri.
Cheers,
Andrej

--
Please don't top post, and don't use HTML e-Mail :} Make your quotes concise.

http://www.american.edu/econ/notes/htmlmail.htm

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Rodrigo Gonzalez 2008-03-25 20:31:41 Re: PostgreSQL, clusters and load-balance
Previous Message Jeff Davis 2008-03-25 20:28:47 Re: PostgreSQL Replication with read-only access to standby DB