| От | Tom Lane |
|---|---|
| Тема | Re: Backing up users? |
| Дата | |
| Msg-id | 2081.1114878456@sss.pgh.pa.us обсуждение |
| Ответ на | Backing up users? (Mauri Sahlberg <Mauri.Sahlberg@claymountain.com>) |
| Список | pgsql-admin |
Mauri Sahlberg <Mauri.Sahlberg@claymountain.com> writes:
> What if I just wish to move a single database with it's users to a new
> machine? It would be a disaster to overwrite whole existing system
> catalog on the target machine.
Users (and groups) are global across each Postgres installation.
So what you'd need to do is something like this:
pg_dump the desired database, and do "pg_dumpall -g" to get a script
recreating all your users and groups. Edit out the non-pertinent
part of that script. Run the users/groups script and then the pg_dump
script on the target machine.
regards, tom lane
В списке pgsql-admin по дате отправления:
Сайт использует файлы cookie для корректной работы и повышения удобства. Нажимая кнопку «Принять» или продолжая пользоваться сайтом, вы соглашаетесь на их использование в соответствии с Политикой в отношении обработки cookie ООО «ППГ», в том числе на передачу данных из файлов cookie сторонним статистическим и рекламным службам. Вы можете управлять настройками cookie через параметры вашего браузера