Re: Backup of users and groups?

From: Kris Jurka <books(at)ejurka(dot)com>
To: Dave Cramer <pg(at)fastcrypt(dot)com>
Cc: Bjørn T Johansen <btj(at)havleik(dot)no>, "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Backup of users and groups?
Date: 2004-03-10 16:01:40
Message-ID: Pine.BSO.4.56.0403101100200.1611@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Wed, 10 Mar 2004, Dave Cramer wrote:

> Bjorn,
>
> 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.

pg_dump only operates on one database, to dump cluster global entities
like users and groups pg_dumpall should be used.

Also this is not a JDBC question and is more appropriate for the -general
list.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Tom Lane 2004-03-10 16:21:34 Re: Backup of users and groups?
Previous Message Oliver Jowett 2004-03-10 13:15:50 Re: Upgrading from 7.3.4 til 7.4.x?