Re: User table porting - Mailing list pgsql-admin

From Jan-Peter Seifert
Subject Re: User table porting
Date
Msg-id 49B6B1A1.40908@gmx.de
Whole thread Raw
In response to Re: User table porting  (Kevin Kempter <kevink@consistentstate.com>)
Responses Re: User table porting  (Scott Marlowe <scott.marlowe@gmail.com>)
List pgsql-admin
Hello,

Kevin Kempter wrote:

> On Tuesday 10 March 2009 11:13:54 Carol Walter wrote:
>> I want to recreate users with their passwords from one database
>> cluster on another database cluster. What would be the best way for
>> me to do this?

> from the "old" server run this (where <new_db_cluster> is the new server):

> pg_dumpall -g | psql -h <new_db_cluster>

Isn't it generally better to use the newer binaries from the target
server especially with psql?
I remember getting quite a few errors when restoring a pg_dumpall from
an 8.1 server, because the create user syntax in the dump file was obsolete.
You might need some more options for piping (-U etc.):

http://www.postgresql.org/docs/8.3/interactive/app-pg-dumpall.html

Peter

pgsql-admin by date:

Previous
From: Tom Lane
Date:
Subject: Re: User table porting
Next
From: Scott Marlowe
Date:
Subject: Re: User table porting