Re: Backup of users and groups? - Mailing list pgsql-jdbc

From Dave Cramer
Subject Re: Backup of users and groups?
Date
Msg-id 1078946139.2418.159.camel@localhost.localdomain
Whole thread Raw
In response to Re: Backup of users and groups?  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-jdbc
My first line should have  been pg_dumpall, at any rate, the command tom
is referring to is

pg_dumpall --globals_only


make sure you do this before you upgrade.

Dave
On Wed, 2004-03-10 at 11:21, Tom Lane wrote:
> Dave Cramer <pg@fastcrypt.com> writes:
> > You should do a pg_dump all of your database(s) if you want to restore
> > them on to a 7.4 instance.
>
> > At a minimum, do a pg_dump -s db for the schema, I believe it will dump
> > the users and groups.
>
> No, pg_dump only dumps what is in a single database.  Users and groups
> span all databases in a cluster, so they are outside the purview of
> pg_dump.  You *must* use pg_dumpall to dump user and group info.
>
> There is an option to pg_dumpall to dump only this info, and not invoke
> pg_dump on each individual database as it normally would do.
>
>             regards, tom lane
>
--
Dave Cramer
519 939 0336
ICQ # 14675561


pgsql-jdbc by date:

Previous
From: Markus Schaber
Date:
Subject: Register arbitrary types Framework
Next
From: Kris Jurka
Date:
Subject: Re: Register arbitrary types Framework