Re: Backup of users and groups?
От | Dave Cramer |
---|---|
Тема | Re: Backup of users and groups? |
Дата | |
Msg-id | 1078946139.2418.159.camel@localhost.localdomain обсуждение исходный текст |
Ответ на | Re: Backup of users and groups? (Tom Lane <tgl@sss.pgh.pa.us>) |
Список | 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 по дате отправления: