Re: User table porting
От | Jan-Peter Seifert |
---|---|
Тема | Re: User table porting |
Дата | |
Msg-id | 49B6B1A1.40908@gmx.de обсуждение исходный текст |
Ответ на | Re: User table porting (Kevin Kempter <kevink@consistentstate.com>) |
Ответы |
Re: User table porting
|
Список | 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 по дате отправления: