Re: pg_restore but for full user and roles, etc

Поиск
Список
Период
Сортировка
От Wells Oliver
Тема Re: pg_restore but for full user and roles, etc
Дата
Msg-id CAOC+FBVbUJn=UJRsAS4nUhnOjmFOCRDNcuN-cEZVOT4X3v+wtQ@mail.gmail.com
обсуждение исходный текст
Ответ на Re: pg_restore but for full user and roles, etc  (Ron Johnson <ronljohnsonjr@gmail.com>)
Ответы Re: pg_restore but for full user and roles, etc
Список pgsql-admin
Thanks. Yeah, I was basically looking for the role/user only version of pg_dumpall -g, where I'd then handle specific DB restore on its own. Your right thought, I can copy out what I care about from the output.

On Fri, Jul 26, 2024 at 10:06 AM Ron Johnson <ronljohnsonjr@gmail.com> wrote:
On Fri, Jul 26, 2024 at 12:43 PM Wells Oliver <wells.oliver@gmail.com> wrote:
I am doing a pg_restore of a database, which is nothing difficult, but I also am creating a new server first, and rather than painstakingly making sure I create all users and roles etc prior to pg_restore (so we can have the same perms), is there some obvious way of doing this I'm unawares of?

Running "pg_dumpall -g > source_roles.sql" and then scanning it for the relevant entries doesn't seem too onerous.  It's a lot easier than the conceptually similar -- but much trickier -- process you need to go through when migrating SQL Server databases.



--

В списке pgsql-admin по дате отправления: