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

From Tom Lane
Subject Re: Backup of users and groups?
Date
Msg-id 7312.1078935694@sss.pgh.pa.us
Whole thread Raw
In response to Re: Backup of users and groups?  (Dave Cramer <pg@fastcrypt.com>)
Responses Re: Backup of users and groups?  (Dave Cramer <pg@fastcrypt.com>)
List pgsql-jdbc
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

pgsql-jdbc by date:

Previous
From: Oliver Jowett
Date:
Subject: Re: Upgrading from 7.3.4 til 7.4.x?
Next
From: Richard Bottoms
Date:
Subject: Re: two dimensional arrays supported?